Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

Hint: You should wrap the a element around the existing text freeCodeCamp.
I dont understand what I am doing wrong here?

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

Hi there!

You have space between the text and anchor opening tag.

1 Like

Got it, Thank You so much!!

1 Like