Commenting and uncommenting

Tell us what’s happening:
Tried commenting out

and without commenting out

numerous time and I can’t move on to the next lesson.

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_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/8.1.4 Mobile/15E148 Safari/605.1.15.

Challenge: Comment out HTML

Link to the challenge:

It seems that you’re using the minus sign here (or some other special character that resembles a dash). Try to copy and paste <!-- and --> from here or the challenge instructions and it should work as expected.

1 Like