Module forms

Source
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§

builders
Element builders
children
Child elements

Structs§

Button
The HTML <button> element
DataList
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
OptionGroup
The HTML <optgroup> element
Output
The HTML <output> element
Progress
The HTML <progress> element
Search
The HTML <search> element
Select
The HTML <select> element
TextArea
The HTML <textarea> element