Form labels (form-label)
Every input element must have a label that is programmatically associated with it.
Title used as label:
This <input> uses title as the only label
The (DOM/programmatic) structure of the above example looks like this:
<input type="text" id="email" title="Email" />