HTML: Form and input related tags

By Xah Lee. Date: . Last updated: .
form
input

Generic input (text, radio box, checkbox, submit button)

select, option, optgroup, datalist

Popup menu.

button
textarea

Large text input.

label

A label for a form input

fieldset

Used inside form tag to group input elements.

legend

Title in a fieldset tag.

HTML Input tutorial