Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

My a element is not working and I have to wrap the text within it. Here is my code:

freeCodeCamp freeCodeCamp
San Francisco
California
USA

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->

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

<!-- User Editable Region -->
/* file: styles.css */

Your browser information:

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

you can see freecodecamp appears twice, it should appear once as a link

1 Like

I realised the mistake few minutes ago but thank you. :smile:

1 Like