CSS: pseudo-element selector (::)

By Xah Lee. Date: . Last updated: .
tag::first-letter

the first letter of a tag element.

tag here is compound selector, or none, which means the universal selector (* any tag).

tag::first-line

the first rendered line of a tag element.

tag::before

insert content before a tag element.

tag::after

insert content after a tag element.

tag::marker

Selects the marker box of a list item.

Other pseudo-element selectors

CSS. pseudo-element and pseudo-class

CSS. Selectors

Selector types
Simple selectors
Combinators
Selector list
Special selector
Misc