How do I delete the h1 content?

Tell us what’s happening:

Your code so far


<del><h1>Hello World</h1></del>

<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 (Linux; Android 7.0; Infinix X559C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 Mobile Safari/537.36.

Challenge: Delete HTML Elements

Link to the challenge:

Simply delete it, you don’t need to use tags for that.

Like using the x button? Been trying it but it won’t work. I’m stuck.

Yes, delete it using the keyboard’s delete button. I just did and the challenge passed.

1 Like

Hello~!

If you are using a mobile device, the default keyboard does not always play well with the freeCodeCamp editor. I recommend you read the article on using a mobile device to view some tips - most importantly, check out the coding keyboards listed as they interface with the editor well.

1 Like

Hi,
just select your markup and press backspace.

Done. Thank you so much.