Cat Photo App 37

I have done the correct thing but I don’t know why it keep saying ‘’ it’s wrong ‘’. I am on step 37, building the catphotoapp.

Please post your current code and talk about how you got stuck figuring out what is wrong. Thanks

This was the question ‘‘Step 37
Turn the existing freeCodeCamp.org text into a link by enclosing it in an anchor (a) element. The href attribute should be set to https://www.freecodecamp.org’’
And I did exactly, here is the screenshot

Please post your actual code and not a picture.

“I did exactly” is not usually a productive stance to take when debugging. The tests think something is wrong, and they are usually correct. Your picture is hard to read, but it looks like you did not put only the required text into the anchor element.

Ok, I was told to nest it in a p tag and here is what I did.

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

Shit after typing the code has turn into a link

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

Two problems here

  1. you changed this text when you weren’t asked to

  2. this is more than was requested to be turned into a link

Can you try this:

Mod Edit SOLUTION REMOVED

Please do not try to write the solution code for other users. That is against the forum rules

Sorry i didn’t no this. Thanks for the feedback.