<section role="region" aria-labelledby="student-info">
<h2 id="student-info">Student Info</h2>
<div class="info">
<label for="student-name">Name:</label>
<input id="student-name" type="text" placeholder="Student Name" />
</div>
<div class="info">
<label for="student-email">Email:</label>
<input id="student-email" type="email" />
</div>
<div class="info">
<label for="birth-date">D.O.B.:</label>
<input id="birth-date" type="date" />
</div>
</section>
This is my code and i can’t deal with this problem;
You should give the first input
an appropriate name
attribute.