<label>
The HTML Label Element (<label>
) represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the <label>
element, or by using the for attribute. Such a control is called the labeled control of the label element. With one input can be assosiated few labels.
https://developer.mozilla.org/en/docs/Web/HTML/Element/label