[VE][html5]

I keep getting these two errors for some reason and can not figure out why
they both are connected to input values within a form value.

*Line 31 <http://validator.w3.org/check#line-31>, Column 36: The for
attribute of the label element must refer to a form control. *

            		<label for="username"*>*Username:</label>

*Line 33 <http://validator.w3.org/check#line-33>, Column 51: The for
attribute of the label element must refer to a form control. *

            		<label for="password" class= "space"*>*Password:</label>

Received on Saturday, 30 November 2013 08:05:20 UTC