For attribute (HTML)
From Wiki @ Karl Jones dot com
In HTML, the for attribute is an attribute of the label element.
Contents
Description
The caption can be associated with a specific form control:
- Using for attribute.
- By putting the form control inside the label element itself.
HTML Attributes
Associating fieldset with form owner
form = string
Associate the fieldset element with its form owner.
Indicate a form control
for = string
Specified to indicate a form control with which the caption is to be associated.
The attribute's value must be the ID of a labelable form-associated element in the same Document as the label element.
See also
External links
- What does “for” attribute do in HTML <label> tag? @ w3schools.com