Question:What will the following code snippet do?
<form onreset="alert('Please try again')">
A It validates the contents of the form
B It prompts the user not to leave the fields of the form empty
C It prompts the user to fill the form once the form is cleared
D None of the above
+ AnswerD
+ Report