Bug step 22 quiz html?

   <label for="student-name">Name</label>
            <input id="student-name" />
          </div>
          <div class="info">
            <labelfor="email">Email</label>
            <input id="email" />
          </div>
          <div class="info">
            <label for="dateofbirth">Date of Birth</label>
            <input id="dateofbirth" />
![Captura de pantalla -2023-02-21 12-12-29|573x500](upload://yuAcB0zO0G4w47VfKzZz5CXQh76.png)
Please i need help

Welcome to our community!

Post the link to the challenge.

Please also post your entire HTML code, as it appears to be quite different in many places from what I see when I click through to this step: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-22