Hey guys don’t know what to do pls help

Tell us what’s happening:
I’m stuck. Just joined today not a clue what’s wrong or what to do someone pls help.

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.

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

Check if you have smart punctuation active

You should use a short dash - but you have long dashes

You are using wrong characters.
It’s <!-- <h1>Hello World</h1> --> , but you are using <!-— <h1>Hello World</h1> -—>.
Can you see the difference? You are using the longer dash. If you change it to the normal ones, then it should work.

Continuing the discussion from Hey guys don’t know what to do pls help:

Ok thank you very much

delete the al of the <!-- and --> tags in your code.

That wouldn’t pass the challenge, only the h2 should be visible