Help with Step 64

The step says:

Step 64

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.

my current code is:

Visit our website

idk what im doing wrong

you may have noticed that your code is not showing up on the forum the way it shows up in the editor.
To make it show up, read the instructions I am pasting at the end of this post please.
You may also want to click the get help button next time you need help as it will remind you to post your code correctly (if it doesn’t do it automatically for you).

The issue you are having is that you used a colon in the href attribute instead of an equal.
So change href: to href=


When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

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