The only thing holding me up on this step is that is the code checker doesn’t think I’m giving the second input a type of email. Here’s my code so far for the whole step.
<h2 id="student-info">Student Info</h2>
<div class="info">
<label for="student-name">Name:</label>
<name="student-name">
<type="text">
<placeholder="student name">
<input id="student-name"/>
</div>
<div class="info">
<label for="student-email">Email:</label>
<type="email">
<input id="student-email" />
<name="email">
</div>
<div class="info">
<label for="birth-date">D.O.B.:</label>
<input id="birth-date"/>
<name="birth-date">
<type="number">