How to Uncomment in 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 (Linux; Android 4.4.2; L8501 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36.

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

Commenting in html is putting <!— and —> on the code. So removing the will uncomment the code.