Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

In the responsive web design step4,why the system always prompt "Your comment should be above the p element "

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
   <!-- TODO: Add link to cat photes-->
   <p>TODO: Add link to cat photes</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/137.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

you changed the p element, so now the tests don’t find the p element anymore

reset the step, then add again the comment without doing other changes

thank you for your help