Valid WML Elements
WML predefines a set of elements that can be combined together to create a WML document. These elements include can be broken down into two groups: the Deck/Card elements and the Event elements.
Deck/Card Elements
| wml |
card |
template |
head |
access |
meta |
Event Elements
| do |
ontimer |
onenterforward |
onenterbackward |
onpick |
onevent |
postfield |
Tasks
Variables
User input
| input |
select |
option |
optgroup |
fieldset |
Anchors, Images, and Timers
Text Formatting
Each of these elements is entered into the document using the following syntax:
<element> element value </element>
If an element has no data between it (as is often the case with formatting elements such as <br>), you can save space by entering one tag appended with a \ character (for instance, <br/>).
Next: Building Applications With WML