NEVER really do this...

Name
Address
City
State
Zip Code
Phone

<h2>NEVER really do this...</h2>
<form name="formname">
Name <input><br>
Address <input><br>
City <input><br>
State <input><br>
Zip Code <input><br>
Phone <input onFocus="document.formname.resetme.click();"><p>
<input type=reset name="resetme">
<input type=submit value="click me if you can">
</form>