Having a problem when commenting out h1 element and p element, but not h2 element

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


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

<h2>CatPhotoApp</h2>

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.72

Challenge: Comment out HTML

Link to the challenge:

Hi @Eddy3 !

Welcome to the forum!

I would reset the lesson.

This is how to comment out a html tag.

<!--<p>I am commented out</p>-->

You need to comment out the h1 and p elements.

Hope that helps!

Yes. it worked well. Thank you

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.