Html issue on commenting and order issue

I have comment on h1 and p and left h2 untouched and it worked but ots giving error ossue woth order and o havent changed orser at all please someone assist.

Please post a copy of the code or a link to a pen in codepen or something similar. We’ll be happy to help but need to understand what the problem is.

@ksjazzguitar is right when he says that it will be easier to understand what the problem is if you could post a copy of the code.

I have however had the same problem as you and I think I know what you are talking about. You are stuck with the “Comment out HTML” task.

The correct code should look like this:

<!--
<h1>Hello World</h1>
-->
<h2>CatPhotoApp</h2>
<!--
<p>Hello Paragraph</p>
-->

If this doesn’t work, the best option would be to reset the code and start all over again with the task. Good luck!