Not having succesful

Tell us what’s happening:
I don’t understand what I’m missing from this code.

Your code so far



Hello World

CatPhotoApp

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; rv:73.0) Gecko/20100101 Firefox/73.0.

Challenge: Uncomment HTML

Link to the challenge:

im not sure about your code but according to the challenge to uncomment HTML you are supposed to remove the <!-- and --> symbols

@lewayne6, if you remove the tags you no longer have HTML. (These are the start and end tags for a paragraph: <p> </p>)
Reset the lesson and re-read the instructions.

When the lesson starts everything is commented out.
From the lesson;
In order to start a comment, you need to use <!-- and to end a comment, you need to use -->
So where would you put the --> to comment out the h1 element?

When you do that you’ll see the h2 element and the p element are both uncommented.
Where would you put the <!-- to comment out the p element so that the h2 element still is uncommented?