Order of h1, H2, p

Tell us what’s happening:

am getting an error that "Do not change the order of the h1 h2 or p in the code. please help
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_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

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

Because you’re not commenting anything out, you’re adding the tags in the wrong place: the syntax is wrong, and the test can’t read it properly to check, which is why you’re getting that fail.

Look at some examples, you’re not commenting things out here.