This chapter describes all the different HTML form elements.
The HTML <form> element can contain one or more of the following form elements:
<form>
<input>
<label>
<select>
<textarea>
<button>
<fieldset>
<legend>
<datalist>
<output>
<option>
<optgroup>