Cat Photo App Step 63

Hi

<p>No Copyright - <a>href="https://www.freecodecamp.org">freeCodeCamp.org</a></p>

This is the offending line of code. I cannot work out what is wrong. I have double checked with previous href statements in the exercise which all work.

This is what it is telling me:

Test

Sorry, your code does not pass. Hang in there.

Hint

Your anchor (a) element should have an href attribute with the value https://www.freecodecamp.org. You may have omitted the attribute/value, or have a typo.

Any assistance gratefully received. Thank you.

Ttis is not a valid opening anchor tag. Check the anchor elements you wrote on previous steps.

I’ve edited your post for readability. 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 (').

Thank you. That foxed me for a while but it was a simple syntax error.

1 Like

Yeah, that’s a lot of programming - checking for syntax or typing errors

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