Learn HTML by Building a Cat Photo App - Step 13

I stuckef on step 13 of building a cat photo app. The question said to add a p element around the link see more … In our gallery. I put it as requested but the result was considered incorrect. Anyone help me please.

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>
      <p>See more <p><a href="https://freecatphotoapp.com">cat photos</a> in our gallery</p>
      <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 mobile information:

CM8800plus - Android 13 - Android SDK 28

Challenge: Learn HTML by Building a Cat Photo App - Step 13

Link to the challenge:

  • You have two starting <p> tags.

  • You have changed the original text slightly, you should keep any punctuation found in the initial text.