Learn Accessibility by Building a Quiz - Step 44

It says I should wrap freecodecamp in the element. I am doing it, but I still get an error message.

<footer>
      <address>
        <a href="https://freecodecamp.org"> 
        freeCodeCamp </a><br />
        
        San Francisco<br />
        California<br />
        USA
      </address>
    </footer>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0

Challenge: Learn Accessibility by Building a Quiz - Step 44

Link to the challenge:

1 Like

It would seem it doesn’t like spaces between the anchor tags and “freeCodeCamp”. Using your answer but removing the spaces made it pass for me.

3 Likes

Yes, thank you. I just hit the reset button and typed everything over to solve this problem.

If it still not working then try this code

freeCodeCamp
San Francisco
California
USA

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