Uncomment HTML i cant undarstand

Tell us what’s happening:

Your code so far

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

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>
-->
<h2>Hello world</h2>
<p>Hello woeld</p>
<!-- and -->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36.

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

You need to remove the comment tags (the <!-- and the -->) to uncomment the code. No need to write additional code.