What does the for attribute specify in a <label> element?
<label for="___">Username</label>
<input type="text" id="username" name="username">
What does the for attribute specify in a <label> element?
<label for="___">Username</label>
<input type="text" id="username" name="username">