Learn Accessibility by Building a Quiz - Step 24

Tell us what’s happening:
I followed the instruction but there seems to be a problem.
I don’t know how to fix it.

Within the span element, add the text (Date of Birth)

Your code so far

      <div class="info">
        <label for='birth-date'>D.O.B.<span class='sr-only'>  (Date Of Birth)</span></label>
        <input type="date" name="birth-date" id="birth-date" />
      </div>

**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36</code>

**Challenge:**  Learn Accessibility by Building a Quiz - Step 24

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-24

spaces matter
delete the extra space to the left of the {

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.