Uncomment HTML. I need help on the “commenting and uncommenting stage”. I don’t know what else to do and I want to leave that step

Tell us what’s happening:

Your code so far


Hello World

CatPhotoApp

Hello Paragraph

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_5 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) CriOS/63.0.3239.73 Mobile/15D60 Safari/604.1.

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

To “uncomment” means to delete the characters that mark your code as a comment.

This is commented code

<!--
<h2>Hello!</h2>
-->

This is uncommented code

<h2>Hello!</h2>