No trailing comment tags should be visible on the page (i.e. -->).

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>
-->.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.


You have a much of closing comment tags that shouldn’t be there. Instead, you should remove all of the opening and closing comment tags.

by uncommenting HTML you need to remove --> s (the closing)
and <!----> s (the opening and the closing)

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.