Apparently I have I have displaced the correct order for h1 h2 and p. I have I done everything I can so far to no avail. need help

Tell us what’s happening:

Your code so far


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

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

<h2> CatPhotoApp</h2>-->

<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_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15.

Challenge: Comment out HTML

Link to the challenge:

Reset the code to start over. You are not adding any new elements, so do not add additional h1s and h2s. The only thing you are doing is adding some comment tags <!-- and --> to new places.