Learn Accessibility by Building a Quiz - Step 44 whats wrong about this

Tell us what’s happening:

freeCodeCamp
San Francisco
California
USA

Your code so far

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

    <footer>
      <address>
        <a href="https://freecodecamp.org">freeCodeCamp <br /></a>
        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/126.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

do not include the br element in the link

1 Like

Thanks bro, I owe you one.

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