<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' name='student-name' placeholder='First and Last' />
</div>
<div class="info">
<label for="student-email">Email:</label>
<input id="student-email" type='email' name='student-email' />
</div>
<div class="info">
<label for="birth-date">D.O.B.:</label>
<input id="birth-date" type='date' name='birth-date' />
</div>
</section>