Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Can someone help me please:(
I tried a different things but it’s stil same

Your code so far

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

<!-- User Editable Region -->

     <p>see more <a href='https://freecatphotoapp.com'>cat photos </a>in our gallery</p>
      


<!-- User Editable Region -->

      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hi and welcome to the fCC forum.

Please make the first letter into a capital S as that was how it was at the beginning and the test did not ask you to change it…

And here you should erase the space to the left of the anchor closing tag. Then add one space to the right of the closing tag.

This will make the link only around cat photos with no extra spaces.

Also please add a period after the word gallery as it was there at the start and you removed it.

hello there!
As we see you created the link cat photos link before, so it so not necessary to add another link to cat pictures, so know you should have to delete the second p elements.