Comment out HTML :Comment out your p element so that it is not visible on your page

Pls help. I’m stuck in this task and I don’t know why I can’t pass it. even though I’ve followed the tutorial video but still can’t pass.

<!--
<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>
-->

first choose the paragraph then use ctrl + / or ? on win

The test says to comment out your p tag. From there, take a look at what you commented out, you only want the p tag commented out.

test want to comment out h1 too, but there’s no stuck in that part.Untitled

What’s the link to the challenge? I was just only going off of the title of the post.

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

Ah ok, so you would have to comment out your h1 and p tags, but the weird thing is, your code already does that. On my end it passes, maybe click on the reset button and try it again.

I’ve alrady reset and does it again like 10 times!! :joy: Guess maybe it’s Error with me Lol
Anyways, Thank you so much Sir for your help.

That is weird! Try pasting this code into your editor, this one passed for me.

<!-- <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> -->

I have seen this is issue before… try deactivating all your extensions (maybe using private mode)