Uncomment HTML because it's disturbing

Tell us what’s happening:

Your code so far


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

<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix X559C Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/uncomment-html

delete the <-- and -->
If anyone else reads this I highly recommend installing a code editor and learning key shortcuts, and learn about lint (it’ll save you a ton of time) . You don’t need to remember the comment format for each language this way just select what you need to comment/uncomment and hit ctrl+’ (in vscode anyway) after a while you’ll remember them anyway, but it’ll save you googling.