Issue with uncommenting h1 p elements

**Tell us what’s happening:
the code instruction says that the orders of the h1 h2 and p element should not change but after uncommenting the code and elements it says that the orders of the element are misplaced .
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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Can you share the code that you think is correct? The code in your question is still commented out.

1 Like

Hey @kannan2!

FCC instructions
Comment out your h1 element and your p element

So right now you have commented out the entire thing instead of just the h1 and p.

Once you make that small change the test will pass.

Hope that helps!

1 Like