//the following example inserts an image after the content of each <h1> element h1::after { content: url(smiley.gif); }
Can be used to insert some content after the content of an element.
Clickable & Draggable!