<form action="http://somewhere.com/cgi-bin/my.cgi" method="POST">
<h2>User Registration</h2>
<hr>
<ul>
<li>Name<input type="text" name="name">
<li>Email <input type="text" name="email">
<li>Title <input type="text" name="title">
<li>Company <input type="text" name="company">
</ul>
<h2>Demographic Information</h2>
How did you hear about this? 
<ul>
<li><input type="checkbox" name="hearabout" value="www.sun.com">Through
www.sun.com links about Tcl. 
<li><input type="checkbox" name="hearabout" value="comp.lang.tcl">Through
the comp.lang.tcl newsgroup. 
<li><input type="checkbox" name="hearabout" value="friend">From a friend. 
<li><input type="text" name="hearabout" size="40">
</ul>
<p>
HTML Power Level 
<ul>
<li><input type="radio" name="html" value="novice">Novice 
<li><input type="radio" name="html" checked="on" value="casual">Casual
<li><input type="radio" name="html" value="expert">Expert 
</ul>
<p>
<input type="submit" name="register" value="Register">
<input type="reset" name="reset" value="Clear Form">
<hr>
