Make your h1 element visible on your page by uncommenting it

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>
--><!--Hello World-->
<!--Hello World-->
<!--<h1>Helloo World</h2>-->
<!--CatPhotoApp-->
<!CatPhotoApp>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0.

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

You are given something like this to start with

<!--
<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>
-->

Do you see how these three tags are commented out?
You want to add something to these lines so that the h2 tag is no longer commented out.

So ask yourself, how do I comment out the h1 only?
How do i comment out the p tag only?
If you do it correctly, the h2 tag will change colours and no longer be gray.