Am stocked in this Uncomment HTML challenge please I need help

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 (Linux; Android 8.1.0; TECNO LA7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hi @Dekiesha!

Your task is to remove the comment tags. The end result looks like this

Have tried removing comment in h1 and h2 ,h3 but the last code can’t be deleted I dont know why

Try reseting the code so the default starting point looks like this

There should only be h1, h2 and p tags. There is no h3. Only remove lines 1 and 7.

Hi @Dekiesha

I think you might have some trailing comment tag check for it.

just remove the comment tag do not try to end those early on.
if you don’t need the comment tag then you should remove it

--> like this look for it and remove it along with <!--
don’t keep those just remove it