Uncomment HTML need help

Tell us what’s happening:
for some reason it doesn’t work

Your code so far


<!--
h1

h2
p
-->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 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

You just need to remove the parts that look like <!-- -->. Anything between those symbols will be ignored by the browser and treated as a comment. You can also use this to disable some code without erasing it.

1 Like

Thank you friend for the information .
I look forward to learning more .

2 Likes