I need help on how to comment out HTML tags

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

Your code so far


<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></p>

h1>Hel<p>

lo 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></p>

I can’t take the next step, what should I do now?

Your browser information:

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

Challenge: Comment out HTML

Link to the challenge:

I edited the title of your post to something more descriptive.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Hi @ShahOliUllah !

Welcome to the forum!

I would reset the lesson.

Here are the directions again
Comment out your h1 element and your p element, but not your h2 element.

The lesson wants you to comment out your h1 and p tags.
That means you need to place comment tags around those elements.

<!-- element goes here -->

make sense?

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