Uncomment HTML i don't know how to pass this challenge

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.

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

The original text has one comment surrounding the entire html.
The instruction wants you to uncomment (remove the comment from) the code.

You have made individual comments around the h1 and h2 elements, but the instruction wants you to remove the comments, not change them.

hth

Hi Ajmalsharifi.This Challange want you remove comment. You only delete the comment in the last sentence. It done.