Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

freeCodeCamp
freeCodeCamp
San Francisco
California
USA

Your code so far

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

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 44

  <footer>
      <address>
        <a href="https://www.freecodecamp.org">freeCodeCamp</a><br />
        freeCodeCamp<br />
        San Francisco<br />
        California<br />
        USA
      </address>
    </footer>

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

You have “freeCodeCamp” twice here, it should only appear once.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.