Home → References → HTML Tags →
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
forcan be used to associate the label to a form element when the value offormatches the value of an element'sidattribute.accesskeycan be used to associate a keyboard shortcut to the element.- Common attributes
Example
<label for="email">Email address</label><input type="text" name="email" id="email" />

