Comment Out HTML 1

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>
<!--HTML-->
<h1>Hello World</h1><p>Hello Paragraph</p>-->
<h2>Cat PhotoApp</p>-->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; Infinix HOT 4 Lite Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 PHX/4.4.

Challenge: Comment out HTML

Link to the challenge:

Reset the code. You don’t need to add anything.
When the lesson starts everything is commented out.
From the lesson;
In order to start a comment, you need to use <!-- and to end a comment, you need to use -->
So where would you put the --> to comment out the h1 element?

When you do that you’ll see the h2 element and the p element are both uncommented.
Where would you put the <!-- to comment out the p element so that the h2 element still is uncommented?