Example 1

Example 1

This example shows a basic WML menu structure that uses only fixed text. The content below shows the WML script plus numbered callouts and a table that identify the function of each of the WML tags.
1 →
2 →
3 →
4 →
5 →
6 →
7 →
<wml>
<display>
   <card>
   <p>Hello World!!</p>
   </card>
</display>
</wml>
1
Beginning of the WML file.
2
Beginning of the content to be displayed.
3
The
<card>
tag begins the definition of this menu.
4
The
<p>
beings a paragraph, here displaying Hello World! The
</p>
ends the paragraph.
5
The
</card>
tag ends the definition of this menu.
6
End of the content to be displayed.
7
End of the WML file.
In use, this WML menu looks similar to this: