back

Form

Tag: <form>

The form tag is used to define a form in a webpage.
The form is then used by the websites visitors to provide information to the website, for example feedback.
The form is closed with the closing tag </form>

The following elements can be used in forms:
Button
Fieldset
Input
Label
Optgroup
Option
Select
Textarea

Example