How to comment out

I did what the text said and what the video instructed, but I couldn’t seem to comment out the elements.


<!-—
<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_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/83.0.4103.88 Mobile/15E148 Safari/604.1.

Challenge: Comment out HTML

Link to the challenge:

Hello and welcome to the FCC community~!

It looks like your keyboard is using “Smart Punctuation”, and is changing the en-dashes - to em-dashes . This is causing the tests to fail.

For an easier time with the challenges on mobile, I recommend you download a coding keyboard.

I’m guessing that you are using an Apple device. It is changing your hyphens to m-dashes. You need to turn of “Smart Punctuation”.