Uncomment HTML and HTML5 question

Tell us what’s happening:
please 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.1; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0.

Challenge: Uncomment HTML

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

what kind of help do you need?

No trailing comment tags should be visible on the page (i.e. --> ). ?

Example:

Hello World

-->

CatPhotoApp

-->

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

<!-- Uncomment your h1, h2 and p elements. (how do you make this)

to uncomment stuff you need to remove the comment tags (opening <!-- and closing -->) that surround it