Skip to content

No for and id attributes on the label and input

What it sounds like

Edit text.

This is bad because the user can’t tell what the input is for.

What it looks like

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