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