Comment h1 & p out HTML

Hello, I am trying to figure out how to properly comment h1, and p while at the same keep h2 uncommented. Will someone please tell me what what I did incorrectly in the practice text below? Thank you! 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 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1.

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

I’m guessing that you’re on an Apple device. It is messing with the symbols that you are trying to type. You have to go into settings and find something with a name like “smart punctuation” and turn it off.

Yep you’re correct. I am on a apple device. thank you so much; ok I’ll try that!

Thank you so much; That worked!

I’m glad I could help. Happy coding!