I keep getting the error message:
"Sorry, your code does not pass. You’re getting there.
Hint
You should wrap the a element around the existing text freeCodeCamp."
but, I think I am doing exactly that.
<footer>
<address>
<a href="https://freecodecamp.org">
freeCodeCamp</a><br />
San Francisco<br />
California<br />
USA
</address>
</footer>
Is there a problem I am not seeing?