Order of Code issue with uncommenting

The issue at hand is that it is saying that i changed the order of the h1, h2 and p lines of code but i just uncommented them as instructed… the program should run. any solution would be much appreciated…
Describe your issue in detail here.

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/92.0.4515.107 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

Hi @grazzhopper719 ,

Along with commenting them out, you’ve deleted the h1 and p opening and closing tags as well.
Add the tags back and the test should pass.

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