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
- The HTML
<button>element - The HTML
<datalist>element - The HTML
<fieldset>element - The HTML
<form>element - The HTML
<input>element - The HTML
<label>element - The HTML
<legend>element - The HTML
<meter>element - The HTML
<option>element - The HTML
<optgroup>element - The HTML
<output>element - The HTML
<progress>element - The HTML
<select>element - The HTML
<textarea>element