Commenting on HTML

Tell us what’s happening:

Your code so far


<!--
<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>
--> <!-- <h1>Hello World</h1>

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

Challenge: Comment out HTML

Link to the challenge:

Hello!

Take a look at the instructions and test conditions.
Your <h1> and <p> elements should be commented out.
Your <h2> element should NOT be commented out.
You’ve added an extra <h1> element, which you should not do.