Proper HTMLthe LABEL tag
Example:
<input name="firstname" type="text" id="firstname">
To associate a LABEL tag:
<label for="firstname">First Name</label>