How to Delete comment

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; rv:76.0) Gecko/20100101 Firefox/76.0.

Challenge: Delete HTML Elements

Link to the challenge:

I’m not sure what you are asking. The entire first line of your code needs to be removed using the delete or backspace button.

How do i do that by using code?

You don’t do that with code. You do it by removing the code.

ok, How do i do that in code?

Select the part you want gone with the mouse then hit del button

You mean i have highlight the party i want to Delete and click Deleting key?

Yes that is excatly right

Waoooo Thank you so much!!!

Each of your p elements should have a closing tag. please do work it out?

Yes a p tag like almost every element in the HTML universe needs a closing tag. It’s like the ying yang of that universe

i mean how work it out?

How do i create The main element that should have two paragraph elements as children?.