<Colgroup>
Value | Description |
---|---|
Datalist | Predefined options for <input> are provided by this input. |
Fieldset | Group the items in a form by using tag. |
Form | Creates a "Form" in a webpage by using this element. |
Input | Use this element to get values from the user. |
Label | Create a label within a form. |
Optgroup | Use this element to group the choices in drop down list box. |
Option | Creates choices in the drop down list box. |
Output | Calculate the sum/total of two values. |
Select | Use this element to create a drop down list box. |
Textarea | Create a text area in a HTML document. |