I can’t comment in this challenge

Tell us what’s happening:

I can’t seem to comment just h1 and p, leaving h2 uncommented.

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_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/79.0.3945.73 Mobile/15E148 Safari/605.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`s working fine for me. Try to reload the page or close/open your browser.

image

And there’s a dot out side of your h1 and p tag that is wrong.

it seems your second dash is an illegal symbol, it is not recognised as code for that
If you have smart punctuation active it may be that it is converting your second dash. Try switching off smart punctuation.

Thanks for the reply , I’ve changed it.

Thanks my smart punctuation was active. I’ve been able to pass it now