Tell us what’s happening:
You should give the first label
element an appropriate text content.
Your code so far
<section role="region" aria-labelledby="student-info">
<h2 id="student-info">Student Info</h2>
<div class="info">
<label for="name"></label>
<input id="name" />
</div>
<div class="info">
<label for="email"></label>
<input id="email" />
</div>
<div class="info">
<label for="birthday"></label>
<input id="birthday" />
</div>
</section>
Challenge: Step 20
Link to the challenge: