CSS: generated content 1

by J. Albert Bowden

HTML

<p>Test</p>

CSS

p:before {
    content:"Start";
}
p:after {
    content:"End";
}