Uncomment HTML delete trailing comment tags

Tell us what’s happening:

having a hard time figuring out how to delete trailing comment tags. any place can find that info or what i should try?

Your code so far


<!--<h1>Hello World</h1
<h1>Hello World</h1>
<!--<h2>CatPhotoApp</h2
<h2>CatPhotoApp</h2>
<!--<Kitty ipsum dolor sit amet, shed everywhere everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/uncomment-html/

Good try.

I would reset your code and start fresh. Then delete comments. For ex.

<!--
Content
-->

You can remove the 1st and 3rd lines to uncomment

Content

Comments in HTML starts with <!-- and ends with a -->
Remove <!-- and --> to uncomment HTML elements.