Comment out h1 and p

Tell us what’s happening:

So I am trying to comment out the h1 and p section and I did everything correctly but it’s not registering that I commented it out

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_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1.

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

It seems you have smart punctuation active which is changing the short dash you would need to use to a longer dash

Try switching off smart punctuation in the settings

Thank You sooo much!!!