Computer Applications

What do you understand by controls in forms ?

HTML Advanced Features

4 Likes

Answer

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.

Answered By

2 Likes


Related Questions