CSS - Content - Attr

by redky

HTML

<span data-after="google"></span>

CSS

span:after {
    content: "Search: " attr(data-after) "!"
}