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 elements
Correct Answer: User Interface elements
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.