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:
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