Build a Cat Photo App - Step 4

Tell us what’s happening:

Your comment should be above the p element. You have them in the wrong order.
Q . How can fix this error

Your code so far

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

<!-- User Editable Region -->

    
    <p>Everyone loves cute cats online!</p>
    <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

change the order of the comment and the p element
do you have doubts on what “above” mean?