"> "> ">
<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.

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.