CSS: generated content 5

by J. Albert Bowden

HTML

<p><a href="#">Test</a></p>

CSS

a[href]:after {
	content: "( " attr(href) " )";
	padding-left: 0.2em;
	color: #000;
	font: small "Courier New", Courier, monospace;
}