Learn Accessibility by Building a Quiz - Step 44

i did wrap my code in anchor element as they say, i mean this word, so i dont know hat im doing wrong

<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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0

Challenge: Learn Accessibility by Building a Quiz - Step 44

Link to the challenge:

You have blank spaces around the text “freeCodeCamp”. Erase them.

1 Like

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