Comment out HTML(task)

why it shows that i changed 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-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/comment-out-html

You’re technically commenting things out, but you’re not quite understanding what the challenge is asking for. Reset the code and try again. You don’t want to change any of the HTML tags on the page.