Implicit label

Recipe 9.2 Identify form elements

Sample:

Code:

<label>
  Username
  <input type="text" autocomplete="username">
</label>