freeCodeCamp.org Build A Cafe Menu Step 65

I’m confused. I’m blanking on my “a” element. I’m forgetting how to create that in my “p” element. This is the code I came up with so far…

Visit our website

The “a” element has to be inside the “p” element. Sorry if I don’t use the right terms or names for the concepts, but I hope you understand me. I was having a hard time solving this because I did it wrong too in the cat app in step 12 so when I clicked your link, it showe me my mistake, but reading the statement, helped me to remember. thank you!

1 Like

First, open the a tag follow by the p element`

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

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