Some just want to see the world burn. Or delete parts or their HTML 😉 Whether its just for kicks and lolz – or simply to gratify ones‘ need for self-flagellation – in this task we’ll delete stuff we made. Get ready for it!

Delete your h1 element so we can simplify our view.

freeCodeCmap

Well, there is not much to it, to be perfectly honest… We need to mark the <h1> element including its content and hit the delete key, so the code looks something like this:

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

While it’s a bit sad to see the very first HTML element we added go, life goes on – so we need to adapt 😉 I am quite sure we’ll add some new friends soon 😀

Summa summarum: this task was very much straight forward: we simply had to delete the <h1> heading element we added a couple of tasks ago. In order to do so we mark the HTML element (starting and ending tag) as well as content and remove it.

Photo by Thought Catalog on Unsplash