Be sure to delete all trailing comment tags, i.e. -->. I can't understand it

Tell us what’s happening:

Your code so far



<h1> Hello World</h1>

<h2> CatPhotoApp<h2>

<p> My World<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! -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36.

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

I don’t know why you rewrote the “closing” tags for the h2 and p elements, but they’re both missing a backslash, like </h2> </p>.

Also, you changed the the text inside those elements, adding a space to the h1 and h2, and replacing the text entirely in the p element.

I would suggest hitting the “reset my code” button and just removing the comment lines. Try that and report back :slight_smile: