Build a Cat Photo App - Step 12

Tell us what’s happening:

I am struggling to understand this: You should have See more cat photos in our gallery in your code.

This is my code, but I am seeing not correct on this codes ‘See more <a

  href="https://freecatphotoapp.com">cat photos</a> in 

  our galery '

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

                 
                           See more <a 
      href="https://freecatphotoapp.com">cat photos</a> in 
      our galery 

<!-- 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/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12

try writing gallery with two Ls and remove the line breaks

You should have See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery in your code.

And I have tried all i could but i still can’t get it correct. I don’t know what to do! Somebody help me, please.

you need to have that line exactly, if the error appears you don’t have it. Maybe delete what you have and copy from the hint