Comment out HTML need your help

I can not pass this level. Could anyone tell me what is my mistake?
The error says “Comment out your p element so that it is not visible on your page.”

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; rv:63.0) Gecko/20100101 Firefox/63.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/comment-out-html/

Your code works fine for me.

1 Like

Did you ‘wrap’ the comment-out tag around the ‘p’ element?

Like so: <!–

Kitty ipsum dolor sit amet, shed everywhere shed everywhere.

-->

Notice the ‘p’ tag is nested within the comment-out () tag.

If this still doesn’t work, consider using a chrome browser instead of FireFox.

1 Like

Code works fine for me. You might need to restart you browser. Or just wait, go on come back and do it again.
That worked for me on one challenge.

1 Like

Thank a lot guys, it works when i use Google Chrome instead of Mozilla Firefox!