How to delete HTML Element

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

Challenge: Delete HTML Elements

Link to the challenge:

to delete an html element, use the backspace until all the characters are removed from the editor

1 Like