How to comment certain elements

Tell us what’s happening:
I’m trying to comment only h1 and p but it doesn’t seem to work i tried watching the video tutorial but it still didn’t work any suggestions?

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 (iPad; CPU OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1.

Challenge: Comment out HTML

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

It looks like some of your dashes are not ascii dashes.

turn off smart punctuation, it is changing what you write

it will be the bane of your existence if you code with that active

other than that, you did a good work, you just need the right dash and it will also actually work

I’m not exactly sure how to do that :joy:

Did you Google it to see how?