What are forms ?
1 Like
HTML forms are means to collect information/data from the site visitor. It is done with the help of controls that collect the information and send it over.
Answered By
2 Likes
Checkbox buttons let users select one or more of a particular set of choices.
<input type="submit" name="submit" id="submit" /> creates a reset button.
<input type="submit" name="submit" id="submit" />
What do you understand by controls in forms ?
Name different control types supported by HTML forms.