Hey guys how can i Uncomment h1,h2,p elements?

Tell us what’s happening:

Your code so far


<!--
<!--<h1>Hello world</h1>-->

<!--<h2></h2>-->

<!--<p></p>-->-->

-->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

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

1 Like

Just Remove the <!--- --> So simple it is.

1 Like

@Anya great question and you just remove the comment from anything you desire to uncomment.
Exp: is

when uncommented on from my understanding of it. Hope it helps you.

@SpadeX just seen your answer glad to know I’m catching on to this too!