Learn HTML by Building a Cat Photo App - Step 13, Hello Please help me! where i have done mistakes in step 13 ,

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

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

      
      
      

<!-- User Editable Region -->

      <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.70

Challenge: Learn HTML by Building a Cat Photo App - Step 13

Link to the challenge:

Your browser is stuck on the older version of this step. Use Ctrl+F5 to clear your browser’s cache, and then reload the page and then restart the step. Then you should have the correct text inside of the p tag and you just need to remove the link below the p tag again.

Hi @sneha2 ,
You missed to add the in our gallery. part after closing the anchor tag </a>

  • you have changed content of “p” element

i would recommend you “restart” this step and simply follow along as it says in instructions

Now that you turned the text cat photos inside the p element into a link, you don’t need the second link below the p element. Delete the entire anchor element below the p element.

address that change and it should be alright, happy learning :slight_smile: