<input type="edit" name="mytext" value="" size=20 maxlength=40>
<input type="password" name="pass" value="" size=20 maxlength=40>
<select name="mysel"> <option value="up">Way up <option value="down">Way way down </select>
<input type="checkbox" name="oked">
<input type="radio" name="choice" value="one">One <input type="radio" name="choice" value="two">two
<input type="submit" name="doitt" value="Press Enter">
<input type="reset" value="Clear Form">p>