I am stuckComment out your h1 element and your p element, but not your h2 element

You should not change the order of the

h1
h2

or

p

in the code.

Your code so far


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

<!--CatPhotoApp-->

<!--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 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8.

Challenge: Comment out HTML

Link to the challenge:

Hi,
This must solve your problem.
Your mistakes:
1, You deleted the p tags and h2 element.

Drop a like if it was useful!

<!--

<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>

-->