Home / Programming MCQs / HTML MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Which input type reset defines a reset button that will reset all form values to their default values?

(A) clear
(B) clear:both
(C) reset
(D) refresh
Explanation by: Jatin Dubey
<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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.