Tell us what’s happening:
how can i not comment out h2 and it appears at the page
Your code so far
<!--<h1> hello world</h1> <h2> <p>kitty ipsum dolor sit amet,</p>-->
<!--<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 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.
<!--
Commenting out line starts here
<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>
commenting outline ends here
-->
the o my thing you need to add/remove is the comment tags
a comment starts with <!-- and end with -->
all the code starts commented out
and you need to make so that the h2 is outside of the element: you need to add comment tags so that the comment ends before the h2 and start again after it