Expand description
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the website or application.
Structsยง
- Button
- The HTML
<button>element - Data
List - The HTML
<datalist>element - Fieldset
- The HTML
<fieldset>element - Form
- The HTML
<form>element - Input
- The HTML
<input>element - Label
- The HTML
<label>element - Legend
- The HTML
<legend>element - Meter
- The HTML
<meter>element - Option
- The HTML
<option>element - Option
Group - The HTML
<optgroup>element - Output
- The HTML
<output>element - Progress
- The HTML
<progress>element - Select
- The HTML
<select>element - Text
Area - The HTML
<textarea>element