label
represents a caption
in a user interface
label
represents a caption
in a user interface
caption
can be associated with a specific form control, known as
the label element's labeled control
, either
for
attribute
label
element
<label> <input type=checkbox name=lost> Lost </label>
<label for="myid">name</label> <input id="myid" type="text">