Do not change order of h1, h2 and p

Tell us what’s happening:
Unsure what I am doing wrong. Seem to have Uncommented h1 and p but cannot move along because gives me a message not to change order of h1, h2 and p. I do not understand what that means. Thanks in advance.

Your code so far


<!--h1>Hello World</h1-->
<h2>CatPhotoApp</h2>
<!--p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p-->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/comment-out-html

To use comments in html you want them to wrap all the text you wish to comment out. For example,

< ! - - < h 1 > I want this to be a comment < / h 1 > - - > minus spaces

It did not work I kept getting the message

Try a diffrend browser/delete cookies catch. reset lesson try again :3