Commenting out HTML

Tell us what’s happening:

Someone come to my rescue. In commenting out HTML, am stuck at ‘‘Do not change the order of the h1 h2 or p in the code.’’

Your code so far

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

<h2>CatPhotoApp</h2>

<!--p>Hello Paragraph</p-->

Close, but you should preserve the original tags:

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

You’re doing great!
Comment out and keep the original tag as it is.

1 Like

Thank you for helping! it worked…

1 Like

you can message me if you need help i would love to help :slight_smile: Have fun.