<label for="students name"></label>
<input />
</div>
<div class="info">
<label for="email address"></label>
<input />
</div>
<div class="info">
<label for="date of birth"></label>
<input />
Hello, I have this code so far, and the hint I’m receiving after I try is " You should give the first label
element an appropriate text content."
Can I get some assistance on how I can move forward?