Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
so the challenge says that I need to put the comment about the p element which is
p element ( Click here to view more cat photos.)
ive put my comment above like this
TODO: Add link to cat photos
Click here to view more cat photos.
but it still say it wrong, ive done almost everything i think. can someone help me?
thanks!
Your code so far

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

<!-- User Editable Region -->

    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 OPR/96.0.0.0

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

Link to the challenge:

There’s a problem with your

element below the comment. The text is not what it should be.
Reset the task, and then add the comment.
I hope this helps.
Thank you.