Learn Accessibility by Building a Quiz - Step 43

Tell us what’s happening:

It says: You should add the above text including the <br /> tags to the address element.
And idk what it means by that…

Your code so far

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

    <footer>
      <address>
        <a href="link"> freeCodeCamp </a><br />
        San Francisco<br />
        Carlifornia<br />
        USA<br />
      </address>
    </footer>

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

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 43

Hi. There are no href links or anchor tags required here.

Thanks, but I deleted the href link and anchor tag and it still says the same thing.

No break tag after USA.

Oh wow thanks, it worked!

1 Like