<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card title="Welcome to Chathuranga's Space">
<p><big>Welcome...</big></p>
<img src="/images/cc.jpg" alt="chathu" />
<p>
Name: <input name="Name" size="15"/><br/>
Age: <input name="Age" size="15" format="*N"/><br/>
</p>

<p>
Country:
<select>
<option value="sri">Sri Lanka</option>
<option value="eng">United Kingdom</option>
<option value="usa">United States</option>
</select>
</p>
<p><anchor>Submit<go href="success.wml"/></anchor></p>
<p><anchor>Cancel<go href="index.wml"/></anchor></p>

</card>
</wml>