Uncomment HTML please help me am new

Tell us what’s happening:

Your code so far

<!--
<!--h1-->  <!--/h1-->

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

<!--p-->  <!--/p-->
-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 5.1; Archos 50c Platinum Build/LMY47D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36.

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

Anything in HTML between <!-- and --> gets commented out (i.e. it can’t be read / rendered by the browser).

So to uncomment HTML you need to remove the <!-- and --> comment tags,