What it sounds like
Username, edit text.
This is good because the label is implicitly associated with the input.
What it looks like
<label>
Username<br />
<input type="text" />
</label>
Username, edit text.
This is good because the label is implicitly associated with the input.
<label>
Username<br />
<input type="text" />
</label>