Uncomment HTML test

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 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

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

You are mixing up the start comment tag and the end comment tag.

the start tag of the comment is <!–

and the end comment tag is this -->