Comment out HTML- trying to get pass not changing the order of h1, h2 or p

I have done all as specified in the ‘run the test". It marked all test correct but for the last one. It showed ’ You should not change the order of the h1 , h2 , or p elements in the code’. What am I expected to do, please?

Your code so far



<!--h1>Hello World</h1-->

<h2>CatPhotoApp</h2>

<!--p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p-->
-->

Your browser information:

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

Challenge: Comment out HTML

Link to the challenge:

You’re almost there, but you did change those elements. The first one was <h1> and you changed it to <!--h1> You used the < for your comment. You need to add that back in. You made that mistake in four places.

When I fix that, adding in the four missing characters, your code passes for me.

cough cough make sure to select soultion cough cough

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