Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening: why this code is note correct

seemore cat photos in our gallery

i am stuck here correct me

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 -->

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hi and welcome to the community!
A couple of questions you might wanna ask yourself:
Am I asked to add a p element?
Have I added exactly what I was told to add?

Give it another try and hopefully, you will pass it.
Good luck!

its not working Add the words See more before the anchor element and in our gallery after the anchor element. i tried several time

seemore cat photosin our gallery

Have you added See more?
Take a look at your code :grinning:

Please try to show your updated code, you’ll make it easier for the campers to help you.

p> see more cat photosin our gallery</p

You are still using the p element. You are still not writing See with S. Also make sure to add a space before “in our gallery”.
Good luck!