Label
elements should contain text which communicates the purpose
of its assigned input element.
<label for="first_name"> </label>First name: <input type="text" id="first_name"
name="first_name"/>
<label for="first_name">First name: </label><input type="text" id="first_name"
name="first_name"/>