Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

I don’t really understand what the step 44 is asking me to do because have already wrap my text inside my anchor element and it does not work still

Your code so far

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

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

Do not split the anchor element on separate lines. Put the new code all on one line.

1 Like