Don't change the order of h1 h2 and p elements

Tell us what’s happening:

Your code so far



<!--<h1>-->

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

<h2>CatPhotoApp</h2>-->
<!--<p><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 (Linux; Android 7.0; Infinix X559C Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36.

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

Looks like you created another h1 tag on top and commented that out.

Go head and remove that.

Also you are adding additional tags in front of already existing tags. No need to do that. Comment without additional tags.