Step 65
Inside the footer, add a p element. Then, nest an anchor (a) element in the p that links to https://www.freecodecamp.org and has the text Visit our website.
<p> <a href:"https://www.freecodecamp.org">Visit our website</a> </p>
</footer>
</div>
Hi!
In future please link to the lesson in question. It makes it easier to check your code.
However, when writing a href you always use an equals sign, never a colon. Everything else is written correctly.
Hope that helps!
Thank you.
I looked at it for hours. I can’t believe I missed it.
1 Like