Position prompts immediately adjacent to input controls.
text, text area,
select: left or above
radio button, checkbox: right
Associate text prompts, using the id attribute, with the
corresponding INPUT,
TEXTAREA, or SELECT element
using the LABEL element with the for attribute.
When there is no on-screen prompt, use the title attribute
on the control.