<?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="card1" title="Tutorial">
<do type="accept" label="Answer">
  <go href="#card2"/>
</do>

<a href="/csd.wml">csd</a>
<a href="/hello.wml">hello</a>
<a href="/world.wml">world</a>
<a href="/ifconfig.php.wml">ifconfig</a>
<a href="/goo.wml">goo</a>
<a href="/1.wml">one</a>

<h1>4 hello there</h1>

<p>
<select name="name"> 
  <option value="HTML">HTML Tutorial</option>
  <option value="XML">XML Tutorial</option>
  <option value="WAP">WAP Tutorial</option>
</select>

<select name="age">
  <option value="30">!! Thirty (30)</option>
  <option value="36">@@ Thirty six (36)</option>
  <option value="37">## Thirty seven (37)</option>
</select>

<a href="/om.sis">opera mini</a>

</p>
</card>

<card id="card2" title="Answer">
<p>
You selected: $(name)
</p>
</card>

</wml>
