This property is used with the :before and :after pseudo-elements to generate content in a document.
[ <string> | <uri> | <counter> | attr(x) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit
img:before { content: attr(alt) }
p.note:before { content: "note: " }