Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

I have added the href attribute but its not working

Your code so far

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

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

Hi @ngashkeshie

You should give the a element an href attribute of https://freecodecamp.org

You have an extra period are org

The hint message will guide you on the next issue.

Happy coding