Comment out HTML without changing the order of the elements

Tell us what’s happening:

It’s telling me that I’m doing everything right except , that I’m evidently changing the order of the h elements when I comment out the different elements.

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 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/comment-out-html

just put the original code back (there is a reset all code button you should use) and without changing the original lines, add the characters to comment out the h1 and p in the blank lines only.
hope this helps.
Your code is good but the test case seems to need a careful hand.

1 Like