Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

Using the a element I have wrapped the freeCodeCamp. What is wrong here?

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/125.0.0.0 Safari/537.36 OPR/111.0.0.0

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

“Wrap a link around the text freeCodeCamp…”

This doesn’t include the <br> element in the link.

1 Like