HTML Comments Prblem

Tell us what’s happening:

Hello can you someone help?
This code is not running because it says " You should not change the order of the h1,h2 or p

in the code

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/85.0.4183.121 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

You should not modify the h1, h2, or p tags. You need to add comment tags <!-- and --> without modifying the tags that are already present.