What does the <label> element do?
<label>
It overrides the name attribute's value on a child input element.
It creates an ID for a corresponding input element.
It programmatically associates a text label with an interface element.
It labels webpages with important information.