HTMl Help Commenting

Tell us what’s happening:
I dont really know how to it.

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 (X11; CrOS x86_64 9901.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.82 Safari/537.36.

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

You have to uncomment the code. A comment in HTML starts with<!-- and ends with--> . So to uncomment the code you have to remove these.