Can someone show me how to Uncomment HTML

Tell us what’s happening:

Your code so far


<!--<h1>"Hello World"</h1>-->

<!--<h2>"CatPhotoApp"</h2>-->

<!--<p>"Hello Paragraph"</p>>-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0.

Link to the challenge:
https://www.freecodecamp.org/challenges/uncomment-html

An HTML comment is text with <!-- at the beginning and --> at the end. If you want to “uncomment” the text, you need to remove the <!-- from the beginning and the `–> from the end.

1 Like

Here is a good video on how to do it.

That’s a good idea over there