Hey guys, im a 14 years old this is the first programming i have done but im already stuck can you guys help?

Tell us what’s happening:

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 (Linux; Android 10; SM-T510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.185 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Can you explain what you are having problems with exactly? :slight_smile:

You code is commented out, the challenge asks you to uncomment it! You just have to delete the symbols we use to comment out html

1 Like

And getting stuck is normal - don’t let it discourage you.

1 Like

Well i it says i have to Uncomment my h1,h2 and p elements
I just dont know how i tried puting it like this
But it dosent work what im sayin is i dont know how Uncomment

It can get confusing, I completely understand. Read the lesson again, if I remember correctly, it is telling you how to create comments in HTML, correct? If so, then how would you uncomment them? Try doing the opposite. Instead of creating the comment, you are getting rid of it.