Computer Applications
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.
Related Questions
<input type="submit" name="submit" id="submit" />
creates a reset button.- True
- False
What are forms ?
Name different control types supported by HTML forms.
Write the tags to define the following :
(i) A text box
(ii) A text area
(iii) A radio button
(iv) A check box
(v) A Password box
(vi) A pop up box
(vii) Submit button
(viii) A Label