Issues with uncommenting h1 h2 and p elements

Tell us what’s happening:

am having issues with uncommenting h1, h2 and p element, cant seem to go past this stage. any help please

Your code so far



<!--Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.-->


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hello,
The challege tells you that you start comments with <!-- and end them with -->. What you need to do is make the code active again, uncomment it.

Answer

You need to delete the <!-- and --> from the code to make it active again.

<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>