What does it mean to not change an order in a code

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

Your code so far


<h2>CatPhotoApp</h2>
<!--Hello World--><!--CatPhotoApp--><!--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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

It’s saying that you shouldn’t change the order of the elements. The original has an h1, then an h2, then a p. It doesn’t want you to change that order. You’ve moved around and removed stuff. All you were supposed to do is manipulate the comment tags. In this case, you need to add two.

I would recommend hitting the Reset All Code button and starting over.

If you’re still having trouble, then check back and we’ll see if we can give you a better hint.

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