Uncomment tasks

Tell us what’s happening:
Have done the code to leave h2 element uncommented and visable but when run wont approve as says need to make uncommented when already is free of any comment code on h2 and all correctly closed with —> How do I get it to accept so can move to next challenge???

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

Challenge: Comment out HTML

Link to the challenge:

Hi,

HTML comments must use exactly these characters:

<!--  -->

This character is different from this -.

your keyboard may have smart punctuation active, and that convert the dash - to a longer dash that is not a vaid character in html