Held me fix this

Help

Your code so far

<!--
<!-->Hello World</-->

<!->CatPhotoApp</-->

<!--Hello Paragraph</-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 6.0; TECNO-W3 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36.

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

What are you trying to do here?

Syntax for comments is

<!--your comment here-->

If you get the syntax wrong (too few hyphens, too many angle brackets, wrong order, etc.), it will probably break your code.

1 Like