Step 43
Within the address element, add the following:
freeCodeCamp<br />
San Francisco<br />
California<br />
USA
My code: <footer> <address> <p>freeCodeCamp<br /></p> <p>San Francisco<br /></p> <p>California<br /></p> <p>USA<br /></p> </address> </footer>
Hint
You should add the above text including the <br /> tags to the address element.