I would really appreciate if you could help me with the commenting HTML thing. I am new to this, thank you

Tell us what’s happening:

Your code so far



<!--Hello World-->

<!--CatPhotoApp-->

<!--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/81.0.4044.122 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

You want to start with this code

<!--
<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>
-->

and move around/add the comment characters <!-- and -->. You have removed the heading and paragraph tags, which doesn’t help you.

In this case, you want to remove the comment characters. In other challengs that are related, you may have to add or remove these characters.