<wml> </wml> | indicates the beginning/end of the WML script |
<display> </display> | indicates the beginning/end of the content to display on-screen |
<card> </card> | indicates the beginning/end of a card |
<p> </p> | indicates the beginning/end of a Paragraph |
<br/> | Line break |
<a href="#menu">Menu</a> | Hyperlink to another card |
<timer value="xx"> </timer> | Controls display timer in 10th of a second increments |
" ontimer="#main" | Controls action to take at timer end |
alerts="on" | Controls display of on-screen alerts |
$(command.command) | $ executes a SGD “get” command |
<do .....><setvar .......></do> | Controls execution of do and setvar commands |