Form Tag

The

Element
The HTML

element defines a form that is used to collect user input:

.
form elements
.

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)

Write a Reply or Comment

Your email address will not be published.