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