Needs assistance to progress, can anyone help, thanks

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 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Comment out HTML

Link to the challenge:

You need to add <!-- and --> before and after your h1 and p elements. You have instead modified your h1 and p elements.

it should look like this

<!-- <h1></h1>
<p></p> -->

this comments out both h1 and p