I need help finishing this lvl

Tell us what’s happening:
I am not able to code the " comment out HTML "

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



<!--
<h2>CatPhotoApp</h2>
-->


Your browser information:

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

Challenge: Comment out HTML

Link to the challenge:

hey, read the example I’m sure you can do that easily make sure to start and end comment

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

Please use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks are not single quotes.

markdown_Forums

Just like @Advitya-sharma said,

There are examples to show how you’re supposed to solve it. But then if you’re still confused, in HTML, comment tags are <!-- and --> everything inside this will be ignored as you know. So uncommenting would be as simple as deleting those tags.