September 2024
Intermediate to advanced
743 pages
27h 48m
English
As for tables, a whole set of different elements exist for forms. For example, you can define input fields, selection lists, checkboxes, radio buttons, normal buttons, and much more.
|
Element |
Label |
Description |
|---|---|---|
|
<form> |
HTML Form Element |
Defines a form. |
|
<fieldset> |
HTML Field Set Element |
Defines a group of controls within a form. |
|
<legend> |
HTML Legend Element |
Defines the label for a <fieldset> element. |
|
<label> |
HTML Label Element |
Defines the label for a control, for example for a text field. |
|
<input> |
HTML Input Element |
Defines an input field. The type of the input field (for example, text field, password field, radio button, checkbox, etc.) can be defined using the type attribute. |
Read now
Unlock full access