What does it mean by saying not to change the order of h1 h2 and p when I think I have followed the same order

Tell us what’s happening:

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/60.0.3112.113 Safari/537.36.

Link to the challenge:

The OP just didn’t delete from the challenge start state, all three of the elements (h1, h2, p) start out as commented code.

but how is it supposed to be done, please