Uncomment HTML(Please Help)

I keep getting this code wrong. I saw a few help topics on the same thing, but I guess I’m still not doing it right. Please help.

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 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15.

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

1 Like

Just delete those coment lines this<!-- and this --> , now run the test removing the comment lines is meant as uncomment

1 Like

OMG, when I went back to my code it looked different. It only wanted me to delete my h1 comment. Maybe I read it wrong this whole time. Thank you!!!