Input control elements:
*Text
*File
*Reset
*Tel
*Week
*Time
*Url
*Date
<input type="reset" value="Reset">
An input of type reset creates a button which, when clicked, resets all inputs in the form it is contained in to their default state.
value attribute).
selected attribute.
checked attribute.
Note: A reset button must be inside or attached to (via the form attribute) a <form> element in order to have any effect. The button will only reset the elements within this form.