Tell us what’s happening:
I followed the instructions exactly, but the test is still not passing.
I added the address element with the following content and
tags as required:
php-template
Copy
Edit
freeCodeCamp
San Francisco
California
USA But it's showing an error. Please check if the test is working correctly.
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<footer>
<address>
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/136.0.0.0 Safari/537.36
Challenge Information:
Build a Quiz Webpage - Step 43