Description

Pseudo element used to add content before an element (see content)

Example

   h1::before
        {
        content:"Title: ";
        color: red;
        }

Introduced in CSS version
2.1
Inherited
N/A
Browser Support
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions81160.2
Belongs to:

See the full list CSS properties and browser support: CSS Properties