I need help here please

Tell us what’s happening:

Your code so far


<!---->CatPhotoApp
<!--Hello World
<!--Hello World-->
<!-- Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
<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; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 OPR/67.0.3575.137.

Challenge: Comment out HTML

Link to the challenge:

Hello, incase of next time kindly state what you need help with but i will guess that you are trying to comment code. If you test is not passing it’s probably because you are yet to comment the CatPhotoAPP. You should put it between the comment tag <!-- CaptphotoApp -->

Yea man, you need to type what’s problem, so we know

If it is in HTML you make comments with

When the lesson starts everything is commented out. Nothing showing in the live preview.
From the lesson;
In order to start a comment, you need to use <!-- and to end a comment, you need to use -->
So where would you put --> to comment out the h1 element?

When you do that you’ll see the h2 element and the p element are both uncommented.
Where would you put <!-- to comment out the p element so that the h2 element still is uncommented?