Learn HTML by Building a Cat Photo App - Step 5

previously completed test failing on retrying after a month
this was the essential element test of putting the main element in the code.
had completed it but now after one month test has become weird and showing error it says I have them in the wrong order but this is been answered in other forum question

it says that I dont have the closing main element tag after the closing p element tag …
**

CatPhotoApp


Cat Photos



Click here to view more cat photos.



**

<html>
  <body>

<!-- User Editable Region -->

  <main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    </main>
    
  

<!-- 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/108.0.0.0 Safari/537.36

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

Link to the challenge:

Seems like you have changed the text inside p tag. Reset the challenge and try again.

ahh resetting didn’t help but I figured it out anyways by going to the last step and discovering the real text between the

tags
thank you