Comment out HTML Issues

Tell us what’s happening:
i have issues ending this stage, what does this mean “Do not change the order of the h1 h2 or p in the code.”

Your code so far


<!--Hello World>
<!--Hello World-->

<h2>CatPhotoApp</h2>

<!--Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.-->
<!--Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

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

They want you to Comment out your h1 element and your p element, but not your h2 element.

I do not think they want you to delete the h1 or p tag. Instead try to comment around it.

<!-- '<h1>Hello World</h1>' -->