Eshwaranoopharu

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

Your code so far


<!--HTML-->
<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>
</--HTML-->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.46.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.69 Safari/537.36

Challenge: Comment out HTML

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/comment-out-html**

> strong text

**

@eshwarn9980 ,

The Challenge is that you have to comment both <h1> and <p> tag.

<!--HTML-->
This is how you comment on your content. So comment on each tag seperately. Replace HTML text from this example to <h1> and <p> tags.

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