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