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. |