Solved

Match the Following Properties/methods to Their Respective Descriptions

Question 23

Matching

Match the following properties/methods to their respective descriptions.

Premises:
Resets the web form
Initiates autocompletion of those form fields that have autocomplete activated
Submits the web form
Returns the number of elements in the form
Allows the browser to automatically complete form fields
Responses:
form.reset()
form.length
form.submit()
form.requestAutocomplete()
form.autocomplete

Correct Answer:

Resets the web form
Initiates autocompletion of those form fields that have autocomplete activated
Submits the web form
Returns the number of elements in the form
Allows the browser to automatically complete form fields
Related Questions