Basic HTML and HTML5 - Uncomment HTML

Continuing the discussion from Need Help on Hello World:

<–

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.

–>

cant figure out last task

Be sure to delete all trailing comment tags, i.e. -->.

comments in HTML is everything between so if you want to remove the text from being in comment, remove the beginning (<! – ) and the end ( – >) comment indicators.
For your information:

1 Like

ok so i didnt need to add anything i just needed to remove (<!-) (->) from begining and end

1 Like

In the beginning, just think simple! Usually they just try to teach sth small

1 Like

thank you!, i try to mess around with it before i ask for help but ive noticed others ask the same questions so i just go to that thread

Searching on the internet also brings a lot of good ideas and answers most of the time =). There is a lot of documentation out there!