09
Jan 2019
Form Tag
The
An HTML form contains form elements.
Form elements are different types of input elements, like text fields, checkboxes ,radio buttons, submit buttons, and more.
The Element
The element is the most important form element.
The element can be displayed in several ways, depending on the type attribute.
Here are some examples:
Type Description
Defines a one-line text input field
Defines a radio button (for selecting one of many choices)
Defines a submit button (for submitting the form)