Setting the HTML input element's type attribute to "reset" will render a button which resets all of the components in a web <form> that it is part of.
type - specify the type of input
Value: "reset"
name - specify the input's name that your form parsing script will access
Possible Values: "short descriptive name"
value - specify the reset button's value
Possible Values: "a string"
disabled - specify that the input be disabled
Possible Values: "disabled"
global attributes - global core attributes
See: list of global attributes
form - set a relationship between the input and a form
Possible Values: "a form's id attribute value"
autofocus - specify that the input receive focus when page is loaded
Possible Values: "autofocus"
global event handlers - global event handler attributes
See: list of global event handlers