HTML and CSS Reference
In-Depth Information
Name
::after
Generates:
A pseudo-element containing generated content placed after the content in the element
Description:
This allows the author to insert generated content at the end of an element's content. By de-
fault, the pseudo-element is inline, but it can be changed using the property display .
Examples:
a.external:after {content: " " url(/icons/globe.gif);}
p:after {content: " | ";}
Search WWH ::




Custom Search