I am having hard time commenting out without changing the h1,h2, and p element order

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

Your code so far


<!--Hello World-->

<h2>CatPhotoApp</h2>

<!--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 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

Hi @yzekarias2020 !

Welcome to the forum!

When you comment out a html tag you are not supposed to delete the tags.

This is how you are supposed to comment out a html tag.

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

Do not remove the tag names such as <h1> and <p>

you are a savior. I just did that and it worked. Thank you so much.

1 Like

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