New and confused on what I’m doing wrong

Tell us what’s happening:
I am trying to leave my

uncommented, and I thought I was but it keeps telling me I am not. I have looked at the hints and I’m stuck. Thanks!

Sincerely,
New Coder Girl

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 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1.

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

Good try!

You are commenting out the correct portions but using wrong syntax.

You should use double dashes like you are doing to some of them. For ex.

<!-- content -->

I am using double dashes

You are using double dashes when you open it but you aren’t when you close it.

So weird, I see exactly how it looks but I am typing 2 dashes. I am also on my phone. My laptop died and I’m riding in the car. I will try again at home. Thank you!!!