The <form> tag
The form tag <div> lets you design an electronic form in a web page.
Any other tags can be placed inside the form tags.
Some elements are specific to a form and include:
- text box (or text field)
- check box(
- radio button
- menu list
- multiline text field (text area)
- buttons - submit and reset
