The <input> element is the most used form element. It has many variations, depending on the type attribute. These are some "type" options:
| Type | Description |
|---|---|
| text | Defines normal text input |
| radio | Defines radio button input (for selecting one of many choices) |
| submit | Defines a submit button (for submitting the form) |