HTML Tutorial
HTML Forms
HTML Graphics
HTML Media
This chapter describes all the different HTML form elements.
<form>
ElementsThe HTML <form>
element can contain one or more of the
following form elements:
<input>
<label>
<select>
<textarea>
<button>
<fieldset>
<legend>
<datalist>
<output>
<option>
<optgroup>
<input>
ElementOne of the most widely used forms of the <input>
element
form.
The <input>
element can be displayed in a number of ways,
depending on the attribute type.