What is the purpose of the for attribute in the <label> tag?
<label for="email">Email:</label>
<input type="email" id="email" name="userEmail">
What is the purpose of the for attribute in the <label> tag?
<label for="email">Email:</label>
<input type="email" id="email" name="userEmail">