I don't understand this place

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!--<h1>Hello World</h1>--><!--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>-->
<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; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) coc_coc_browser/97.0.194 Chrome/91.0.4472.194 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

we use comments to add information about the code, warnings or suggestions that we want to add in the code later…

Comment is a piece of code which is ignored by any web browser. HTML comments are placed in between <!-- -->

so in this challenge it is asked to " Comment out your h1 element and your p element, but not your h2 element."

so everything except h2 should be commented (between <!-- -->).

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