Step 65 camper cafe help please

** 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 .**

Visit our website

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 65

Link to the challenge:

<p>Visit our website <a href="https://www.freecodecamp.org"></a></p>
1 Like
ive sust it...

Visit our website

``` the text needed to be in the (a) element
<p><a href="https://www.freecodecamp.org">Visit our website</a></p>
2 Likes

this text (Visit our website) that you put directly into “p” should go within “a” tag as instruction says…

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