What it sounds like
Username, edit text.
This is great because the label is explicitly associated with the input.
What it looks like
<label for="id-003">Username</label>
<input type="text" id="id-003">
Username, edit text.
This is great because the label is explicitly associated with the input.
<label for="id-003">Username</label>
<input type="text" id="id-003">