Example Form

Title:

First name:

Last name:

<p>Title: 
<input name="radiobutton" type="radio" value="radiobutton"
id="mr" />
<label for="mr">Mr</label>
<input name="radiobutton" type="radio" value="radiobutton"
id="mrs" />
<label for="mrs">Mrs</label>
<input name="radiobutton" type="radio" value="radiobutton"
id="ms" style="width:1.5em; height:1.5em;" />
<label for="ms">Ms</label>
<input name="radiobutton" type="radio" value="radiobutton" id="miss" style="width:1.5em; height:1.5em;" />
<label for="miss">Miss</label> </p>
<p><label for="fn">First name:</label>
<input type="text" name="textfield" id="fn" /></p> <p><label for="ln">Last name:</label>
<input type="text" name="textfield" id="ln"
style="font-size:100%;" /></p>