Module forms

Source
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
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
Select
The HTML <select> element
TextArea
The HTML <textarea> element