According to Success Criterion 1.3.1 (Info and Relationships), most input fields should be explicitly associated with a label. This is done by using the "for" attribute of the label element, which is set to the ID of the relevant input.
Where the label cannot be fit into the visual interface, a title attribute is permitted as a second choice. This example attempts to apply the technique, but fails because the title attribute is empty.