A little bug or something i cant see

I can’t pass that part, it asks to uncomment, what I do is delete <! - and also ->

[image]

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 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Remove the <!-- and --> tags to uncomment.

1 Like

This is what i do , but nothing happens when i push run

Did you do this? You just have to remove the comment tags around it.

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

Yes, I tried the same on another device and it worked. thanks for your time

1 Like