You should not change the order of the h1 h2 or p in the code?

I’ve been stuck on the Basic HTML and HTML5: Comment out HTML part… I’ve done the 4 steps correctly but I don’t seem to pass the last one, and I’ve tried every way I can but nothing seems to work… a bit of help would be appreciated.

Thank you.

Can you please share your code and describe what problems you are having?

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

<!--
<h1>Hello World</h1>
-->
<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.</h1> 

Imo, I think I did everything right…but it says " You should not change the order of the h1 h2 or p in the code." And I’m a little bit confused.

you do not have p tags anymore

I see a </h1> at the end of your last line, which is probably why the test thinks that your headers are out of order.

But whenever I put something else at the end… still doesn’t let me pass.

I would suggest you reset the challenge and try again fresh.

Here is an example, I changed the elements and text (so it’s just an example).

<!--
<p>Commented out</p>
-->

<h4>Not commented out</h4>

<!--
<h5>Commented out</h5>
-->
1 Like