Comment out HTML I’m stuck

What’s wrong with my comment out of my h1 and p? Please help. I can’t see anything wrong and I can’t move onto the next stage.

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>
-—>

If you want to comment out <h1>Hello World</h1> then you need to do this:

<!-- <h1>Hello World</h1> -->

What the tests say to you?
Also, you are using a short dash and a long dash, you need two short dash for the commenting to work

See that the colour changes:

<!--
<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>
-->

As ieahleen said. If you are on a mobile device make sure you input the correct punctuation. If you’re on an Apple device you may have to turn off Smart Punctuation.