Comment out HTML<!-- <h1>Hello World</h1> <!--<h2>CatPhotoApp</h2> <!-- <p>Hello Paragraph</p>--> -->

Tell us what’s happening:
Leave your h2 element uncommented so that it is visible on your page.
what does that mean

Your code so far

<!--
<h1>Hello World</h1>

<!--<h2>CatPhotoApp</h2>
<!--
<p>Hello Paragraph</p>-->
-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/comment-out-html

When you start the whole code is commented, with one comment opening <!--and one closing -->.

You need to comment everything but the h2 element.