Why does it keep saying "you should not change the order of h1, h2, or p in the code"

Tell us what’s happening:
Describe your issue in detail here.
it keeps saying I changed the order when I don’t even touch it

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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

You broke the original tags and replaced them with comment tags. You need to instead leave the original tags alone and only add comment tags.

1 Like

Look, you erased the h1 tag and p tag.
Keep doing the same stuff but with the tags, like this
Mod Edit : SOLUTION REDACTED
It should work

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

Oh, sorry, I understand. I’ll try to do my best

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