Uncomment HTML using the uncomment vaialbles

Tell us what’s happening:

Your code so far


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

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

<!--<p>Kitty ipsum dolor sit amet, shed</p>-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/uncomment-html/

please how am in supposed to uncomment the above statement of if you have done it beforei would like to be put through.

Right now nothing is shown in the webpage, you need to show the h2 element with the CatPhotoApp text

You are asked to uncomment the h2 (making it visible), but you just added comment symbols without changing anything. It is still all commented.

how am i supposed to do that
i thought by adding the symbols i have successfully uncommented it

You have added too many

Commented code is not rendered as html, and this is a comment. You have created three distinct comments, but you still have not make the h2 appear