Learn Basic CSS by Building a Cafe Menu - Step 64

Hey there, a bit stuck on this and none of the other forum pages seem to be answering my question.

have also tried: <p<a href="https://www.freecodecamp.org">>Visit our website</p>
as well as: <a href="https://www.freecodecamp.org"><p>Visit our website</p>
*

Your code so far*

and I have tried every other variation to this as well.
please help, thankyou

  <footer>
    <p><a href="https://www.freecodecamp.org">Visit our website</p>
  </footer>

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-64`Preformatted text`

you’re not closing your anchor

Thankyou, I realised this like a minute after as well.

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