Learn Accessibility by Building a Quiz - Step 44

Tell us what’s happening:

i need a correction i know there is somewhere i’m missing it but i not really know. building quiz on steps 44, i was asked to wrap a element around the existing text.

below is my code, please see it where im not getting it to correct me:

freeCodeCamp

Your code so far

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

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

it should be a href=“https://freecodecamp.org” target=“_blank”>freeCodeCamp

Hi there!

You have the freeCodeCamp twice. The instructions is asking you: Wrap a link around the text freeCodeCamp, it’s not asked to add the text freeCodeCamp again.

thank you very much, this took me almost three week, not knowing where was the errors it resolve, i appreciate you sir