Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

I’m doing what the prompt is asking me yet it’s not accepting it. I’ve been at it for hours even looking up videos and doing exactly what other people do and still it won’t accept my code. I’m starting to believe there’s something wrong with the page. Please help🙏

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/114.0.0.0 Safari/537.36

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

Link to the challenge:

Hi there and welcome to our community.

The error message you’re getting is misleading, but the reason for your code not passing is that the text of your p element is incorrect. It’s a throwback to an older version of the curriculum.
Reset the lesson and then re-enter the comment code and you should pass the step.

It worked!
Thank you so much!!!