<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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36.
Hi! In the challenge, only the h1 and p elements should have comment not h2 element. So you can just comment each of those 2 elements, i mean h1 and P like so for example:
<!--element-->
<!--other element-->
(note that only h2 element must appear on the webpage and the other elements disapear. Also the order of elements in the code still the same and not change anything)