Uncomment HTML and HTML5

Tell us what’s happening:

Your code so far


<!-- Uncomment your h1, h2 and p elements. -->
<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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.

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

Hi @Alexandra, since the comment is still there in your code, you are failing one of the tests.
Specifically this one: Be sure to delete all trailing comment tags, i.e. -->.
The console at the bottom of the code editor and the list of tests to pass show the test that did not pass.