Uncomment HTML is giving some challenges

Am a bit confused and dont know what to do
will be grateful if anyone can help

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.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.

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

To uncomment HTML is to take off all comment tags around them.

These are comment tags: <!-- -->.
If you put them around your HTML, your HTML will be considered a comment only and will be ignored by the browser.

I hope it was helpful and
It’s up to you now to delete all comment tags.

Thanks so much. It helped

You’re very welcome.

Good Luck & Happy Coding!