Comment text node.js

I need help about comments text:

Your code so far


<!--
<h1>Hello World</h1>
<!--Good evening  everyone -->
<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>
<!--node.js is very nice-->



Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36.

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

The challenge asks you to: " Comment out your h1 element and your p element, but not your h2 element. ". You did comment out the h1 element, but you did not yet comment out your p element. So try to surround the p element with comment-tags as well.