Slide 11.4: WML validation and display Slide 11.6: WML cards Home |
DECKS
.
They are constructed as a set of CARDS
, related to each other with links.
A typical WML script is as follows:
DOCTYPE
is defined to be wml
, and the DTD is accessed at http://www.wapforum.org/DTD/wml_1.2.xml.
<wml>...</wml>
tags.
<card>...</card>
tags, and actual paragraphs are inside <p>...</p>
tags.