HTML: Form and input related tags
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
formtag to group input elements. legend-
Title in a
fieldsettag.