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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36
Check the lesson instructions. It isn’t just asking you to put the p element inside the footer. It is also asking you to nest the link inside the p element.
( I feel there should be a different error message for this as it’s a little confusing.)
Here is the part of the lesson where it asks you to put an anchor element inside the paragraph you have made.
Then, nest an anchor ( a ) element in the p that links to https://www.freecodecamp.org and has the text Visit our website .
Think back to the cat app lessons, this is like step 12 of that project. This lesson wants you to nest the anchor inside the paragraph and have the link be the words ‘Visit our website’.
This is what a paragraph nested anchor with a text link looks like;