PHP Form Reset
Description
A reset button resets all form fields back to their initial values. The value attribute contains the button label text.
<label for="resetButton">A reset button</label>
<input type="reset" name="resetButton" id="resetButton" value="Reset Form" />