I have a question about building a menu step 64

it says: 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 .
This is my code:

It says it wrong? But the result is correct. What do I have to change?

You need to close the <a> tag with </a> first before you close the <p> tag.

2 Likes

Thank you so muchhhh!!! it worked appreciate it!

3 Likes

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