What is the purpose of the for attribute in the <label> tag?
<label for="username">Username:</label>
<input id="username" type="text">
What is the purpose of the for attribute in the <label> tag?
<label for="username">Username:</label>
<input id="username" type="text">