Vidyalelo
JavaScript · Q75

Caching And Debugging

Programming · JavaScript · question 75

Q75

What is the work of the form control elements in the HTML DOM?

A.
User Interface elements
Answer
B.
All the possible elements
C.
Debugging elements
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Form control elements: The form object contains all the elements defined for that object such as text fields, buttons, radio buttons, and checkboxes.