HTML and CSS Reference
In-Depth Information
Correct answer: B
3.
Incorrect: A submit button submits the entire form to the server by default.
A.
Correct: Handling the submit event on the form allows you to intercept the form
before submitting and perform custom actions with it.
B.
Incorrect: The action attribute indicates what server-side page the form should
submit.
C.
Incorrect: All elements on the form should have a name to use jQuery to serialize
them. However, this has no effect on form submission.
D.
Search WWH ::




Custom Search