Am unable to comment h2

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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36.

Challenge: Comment out HTML

Link to the challenge:

Hi @Wawa1988 ,

h2 element should not be commented.
As per the instructions, h1 and p elements are to be commented.

Hi! In the challenge, only the h1 and p elements should have comment not h2 element. So you can just comment each of those 2 elements, i mean h1 and P like so for example:

<!--element-->
<!--other element-->

(note that only h2 element must appear on the webpage and the other elements disapear. Also the order of elements in the code still the same and not change anything)

Thanks so much that is really helpful.

1 Like

Thanks.let me check out this…

1 Like

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