<?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="Introduction">
<p>
Angus Pratt is a poet and writer living and working in Northern Saskatchewan.
</p>
<p>Go to <a href='#card2'>Haiku</a></p>
<p>Go to <a href='#card3'>WAP Formatting</a></p> 
 
</card>

<card id="card2" title="Haiku">
<p>
brittle branches break<br/>
snapping in the coldest moments<br/>
flowing arctic air<br/>
</p>
</card>

<card id="card3" title="Formatting"> 

<p>
normal<br/>
<em>emphasized</em><br/>
<strong>strong</strong><br/>
<b>bold</b><br/>
<i>italic</i><br/>
<u>underline</u><br/>
<big>big</big><br/>
<small>small</small>
</p>

</card>

<card id="card4" title="Fieldset"> 

<p>
<fieldset title="CD Info">
Title: <input name="title" type="text"/><br/>
Prize: <input name="prize" type="text"/>
</fieldset>
</p>




</wml>
