<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/87.0.4280.141 Safari/537.36.
the challenge asks you to make the h2 element appear on the page, whole the h1 and p elements to remain hidden(inside comments). Comments in HTML start with <!-- and end with -->. You want to place your h1 and p elements between such tags, whole leave the h2 element not surrounded by those.