Build a Cat Photo App - Step 11

It says your anchor (a) element’s text should be cat photos. Make sure to put the link text between the anchor (a) element’s opening tag and closing tag.

This is what I had put in-
<a href="https://freecatphotoapp.com">cat photos</a>

I don’t understand why it’s not passing.

Hi @MILO7 and welcome to our community!

Your code looks correct to me, though there may be an error elsewhere in your code. Please share your full code with us.

I’ve edited your post to improve the readability of the code. 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 (').

You can also hit the check code button 3 times there will be a help button that will appear This is helpful to the forum as it will auto import all your code so we can see what’s going on. There might be something above or below that is throwing off a test.

the code looks good to me, it is as the users above me mentioned, something might be interfering and we need the whole code to better understand it.