Item 65 Not sure what I am doing wrong?

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>
3 Likes

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!

3 Likes

Thank you.
I looked at it for hours. I can’t believe I missed it.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.