Learn HTML by Building a Cat Photo App - Step 12

I need to put the words SEE MORE before the anchor element and CAT PHOTOS after the anchor element. Those words need to be typed with the code

as it is a paragraph, right? Please help me with it?

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

iPad - iPadOS17.5.1

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

Link to the challenge:

Only add the requested 5 words and nothing else

I have found the issue. It was just the S in capitols of SEE MORE

Copy the text exactly as the step asked, respecting the capital letters.