How can i not comment out h2

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.

Challenge: Comment out HTML

Link to the challenge:

but NOT your h2 element.

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

You did it wrong. PLease read carefully and base on the example but do not copy the example… just based it and follow the instructions given to you…

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