Commenting h1 h2 and p

Tell us what’s happening:
Describe your issue in detail here.
I have tried everything but it still shows my h1 h2 and p are not in order

Your code so far
Commenting



<!--<h1>Hello World</h1>-->
<!--<h2>CatPhotoApp</h2>-->
<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 (Linux; Android 7.0; Infinix X571 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

Hi @Tega !

You are not supposed to created two h2 elements and then comment one of them out.

This is wrong.

Delete this commented out h2 and then it will pass.

1 Like

Okay thank you very much

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