back

Label

Tag: <label>

The label tag adds a label to an input
The label can then be clicked to select the input attribute.
The attribute 'id' must be added to the input tag and must match the labels 'for' attribute to associate the tags.
The label is closed with the closing tag </label>

Example