Q. Which input type reset defines a reset button that will reset all form values to their default values?
β
Correct Answer: (C)
reset
Explanation: <input type="reset" value="Reset">
this tag will insert Reset button in form. When user clicks on this button all form values will be reset.
this tag will insert Reset button in form. When user clicks on this button all form values will be reset.