Uncomment HTML Please help

Tell us what’s happening:
I really don’t understand why I am not passing this challenge, I’m seeing that the code is written exactly like the one in the video, but it doesn’t let me move on.

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


<!--Uncomment your h1, h2 and p elements-->


Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 11316.148.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.117 Safari/537.36.

Your code is still commented out. You need remove the special characters which comment out your code. See above.

In html <!--

this comment me

– >
removing
from above make Uncomment above line and so in your challange

Thank you! I got through this exercise.

<!-- and --> are opening and closing comments. Remove those.