Each of your comments should be closed with -->

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--—>
-—>
<!-—
<-—commentout h1element and your p element
-—!

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_4 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:

Your dashes are not correct. You have -— but you need --.

Thanks for your response

1 Like

Tell us what’s happening:
At this I’m really confused

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-—>
-—>.
<!-—
<!-—commentout h1element and your p element-—>
-—>.

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_4 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:

My guess is that you are using an Apple device and “smart punctuation” is on. It’s automatically turning your your - into an em dash. In your settings, turn off “smart punctuation”.

It appears that you have asked the same question twice. I have merged your topics. Please do not create duplicate topics for the same issue.

Thanks very much for your response