Stuck on learn HTML Cat Photo App step 10

Tell us what’s happening:
Describe your issue in detail here.
okay so I am stuck on the 10 step on the Cat app exercise and like with my 2 question here it seems like I did make a link but it still says that the code is not enough . Thank you for the time to read this if you have an idea on what I am doing wrong.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more 
    <a href="https://feecatphotoapp.com" >Free Cat Photos </a> For you to follow </p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14588.123.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.72 Safari/537.36

Challenge: Step 10

Link to the challenge:

HI @whyjustwhy ,

Don’t change the paragraph that is there.

And only add a new a element with the href attribute and no text between the a tags.

The a element should be after the p element.

Hi! @whyjustwhy ,
You made a typo while typing the link. Please check carefully.

1 Like

okay I found the typo. thank you all.

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