Uncomment HTML help please

Tell us what’s happening:

Your code so far

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

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>
-->
<!--uncomment <h1> <h2> <p> /-->```

Please tell me what i did wrong?

Hi, I’m not sure what you have to do, but to uncomment the code above:

<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>

<!--uncomment <h1> <h2> <p> /-->```

Be carefull with the: ` ` ` at the end of the last line, it shouldn’t be there.

Hope it helps.