Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Hello! I am having trouble figuring out step 12. I’m honestly so confused. It’s saying put see more before the anchor text, but I literally have it there?? Like am I not understand??, pls help lol

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
     <p> see more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery </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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hey! hopefully you’re not still stuck on this, it’s really picky, you missed a “.” behind gallery

1 Like

You should have the words See more before the anchor element.

The capitalization should match.


Also, you are not asked to add a p element.

It is possible you have a cached version of this step. Clear your cache and do a hard refresh Shift + F5.

1 Like

Your program looks fine, just remove written content in anchor element and write see more in that.it may look amazing. All the best.

No.

All they have to do is fix the capitalization. They literally just have to change s to S for the See more text.

1 Like