WML

  • WML (Wireless Markup Language) (.wml)
  • Used to create web pages that can be displayed on mobile devices in a WAP browser (micro browser)
  • A WML page, also called a "deck", is a set of separately-viewed "cards", linked to one another
  • Derived from HTML
  • Is an XML language

Sample WML pages

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC
"-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="no1" title="Card 1">
<p>This is some info for the first card.</p>
</card>
<card id="no2" title="Card 2">
<p>This is some info for the second card.</p>
</card>
</wml>



Resources
Sources
  • http://www.w3schools.com/wap - WML Tutorial

Parent URL: 
category/data