Step 12 Cat Photo App

Hi I am stuck at this problem

   <p>Click here to view more <a href= "cat photos"></a>.
      <a href="https://freecatphotoapp.com">cat photos</a></p>  

Please help

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 (').

HI @miosotismcr !

Welcome to the forum!

Right now your code produces this result
Screen Shot 2022-09-06 at 7.55.34 AM

But the correct result should be this
Screen Shot 2022-09-06 at 7.56.17 AM

Your main issue is this part here

That is not the correct anchor tag and should be removed.

Hope that helps!

1 Like

I have figured it out…
Thanks…

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