πŸ“Š HTML
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
πŸ’¬ Discuss
βœ… 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.

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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
255
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
93%
Success Rate