Learn Accessibility by building a quiz Step 43

please help . step: 43. When I click on the created link on the right hand side the pop up states that it is working correctly!!!
The error message states: You should wrap the a element around the existing text freeCodeCamp .

Your code so far

freeCodeCamp
San Francisco
California
USA

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 43

Link to the challenge:

Sorry.
Link is given,
Test given is “freeCodeCamp”

<a href="link"> Test given </a> <br />

1 Like

Would it be possible to see what your code in the editor looks like right now? It’ll make it easier for us to help!

1 Like
freeCodeCamp
San Francisco
California
USA

That is exactly how I have it and it is still giving me the error of : You should wrap the a element around the existing text freeCodeCamp.

Hi
I cant see your code actually, try to edit your post with one of the methods presented below

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

Thank you all… it was a spacing issue…

1 Like

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