Solved

Match the Following Properties/methods to Their Respective Descriptions

Question 17

Matching

Match the following properties/methods to their respective descriptions.

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

Correct Answer:

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