Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Keep showing " Your comment should be above the p element. You have them in the wrong order."
Have changed every order possible
Your code so far

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

<!-- User Editable Region -->

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

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

Link to the challenge:

I copied and pasted the comment line into my editor and it worked for me.
Maybe you changed something else by mistake?
Try to reset and redo it and maybe this will help it move along.

I reset the code, updated, reset again, copy the code from the one I posted originally and still showing the same message. Any idea?

May you show your whole code along with the changes that you made.

There has been an update to the fCC steps that may be messing you up. Try to do a forced browser refresh with CTRL+F5
This should make the page reload hopefully (you will notice that the p element has new text: See more cat photos in our gallery.)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.