What are forms ?
2 Likes
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
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.