Leave your h2 element uncommented so that it is visible on your page

Tell us what’s happening:

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 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0.

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

You need to comment out your h1 element and your p element so they are not visible. Leave the h2 element uncommented(as it is).

You can comment out by:


Remember that in order to start a comment, you need to use <!-- and to end a comment, you need to use -->