How 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

Remove the <! from the first line and the –> at the end. That will uncomment your code.

BTW, the start of a comment in HTML should be <!-- instead of the <! that you have.