I need a help here uncomment your h1 and h2

Tell us what’s happening:

Your code so far



 <!--<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 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.

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

Hi!

A comment is text within your code that has no functionality more than be information for the programmer. Whatever that is between in HTML is a comment.

In this challenge you want to uncomment the h1 and h2 elements so they render… In other words, you want this to be functional code and not only text wich purpose is to be information for the programmer. To achieve this, you only have to erase the that wrap the h1 and h2…