1.

What is the work of the form control elements in the HTML DOM?(a) User Interface elements(b) All the possible elements(c) Debugging elements(d) Collecting elementsThis question was posed to me during an interview.My question is from HTML DOM in portion Caching, Debugging and Animation of JavaScript

Answer»

Correct OPTION is (a) User Interface elements

Easiest EXPLANATION: Form control elements: The form object CONTAINS all the elements defined for that object such as TEXT fields, buttons, radio buttons, and checkboxes. The elements COLLECTION returns a collection of all elements in a form.



Discussion

No Comment Found

Related InterviewSolutions