Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

step 12 is not working for me: using HTML building a cat photo app- can somebody check the code for me

see more cat photos in our gallery

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>

<!-- User Editable Region -->

      <!-- TODO: Add link to cat photos -->              
      <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/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

move the space after the closing tag

I think it’s because of the space between the “photos” and the closing anchor tag. Remove that first and let us know if it worked.

Hi there!

In addition to above posts, you need to correct the paragraph text. The word See should be starts with capital later and add a dot . in the end of word gallery

Hey Buddy See here the right p tag is given below.

See more cat photos in our gallery.

You need to see the . after your gallery too.