The content property is used with the :before and :after pseudo-elements, to insert generated content.
content: normal|none|counter|attr|string|open-quote|close-quote|no-open-quote|no-close-quote|url|initial|inherit;
a:after { content: " (" attr(href) ")"; }