Expand description
Forms elements
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. There’s a great deal of further information about this available in the HTML forms guide.
Modules§
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 - Search
- The HTML
<search>
element - Select
- The HTML
<select>
element - Text
Area - The HTML
<textarea>
element