CBSE Class 10 Computer Applications
Question 44 of 48
HTML III — Audio, Video and Forms — Question 15
Back to all questions 15
Question Question 15
What do you understand by controls in forms ?
Users interact with forms through named objects called controls. A control's "control name" is given by its name attribute. Each control has both an initial value and a current value, both of which are character strings.
Some control types used in HTML are buttons, checkboxes, radio buttons, menus, password, text input etc.