Labels - Wrap Up
- Labels associate prompt with form control
- Match "for" attribute of <label> tag with "id" attribute of <input> tag
- Labels are reliable, clickable and customizable
- Labels must be unique in the HTML code even if they are the same in browser view