I need assitance commenting out

Tell us what’s happening:

Your code so far


<!--
<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 6.3; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0.

Challenge: Comment out HTML

Link to the challenge:

Welcome, ladymaureen.

You almost got it. Just make sure the h2 is not commented out. It must be visible.
This is commented out:

<!-- <p>Hello World</p> -->

This is not:

<p>Hello World</p>

Hope this helps