<label>
The
label
element
represents a caption in a user interface. The caption can be associated with a specific form
control
, known as the
label
element's
labeled control
, either using the
for
attribute, or by putting the form control inside the
label
element itself.