comment qustion

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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Nothing is getting commented.

Comment means to remove a tag or any sentence which you don’t want in your code.

Just remove the ’ –> ’ in line 3 and line 4 because it’s acting like a text and not a comment.

If you remove the ’ > ’ sign from line 2, line 3 will get commented.

The form of commenting is < ! - - some text - - >

I hope you understood what I am saying.

Uncomment means totally remove the comment tags. If you still see anything like this in your code:

<!--

Or this

-->

It means you still have comment tags. The requirement is to remove.

1 Like

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