Note:
This element creates a label and associates it with another element on the page.
The linked element must have the id attribute.
Pressing ALT and the access key will set the focus on the linked element
if it has the accesskey attribute of the <label>.
Syntax:
<label attributes events> . . . </label>