WAP
What is the general tag in WML?
The general format of tags with attributes is <tag attribute1="value">.
Variables may be present in the WML cards, and their general format is $(variablename)
A WML deck has a specific format, and must begin with the following XML and document
type declarations:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM/DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
All elements in a deck must be placed within the <wml> and </wml>
tags
Tips: Make your WML page with webcircuitindia