Description
The :before pseudo-element inserts content before an element.
Examples
This example shows how to play a sound before each occurrence of an h1
element.
h1:before {
content:url(alert.wav);
}
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
Miscellaneous Information
Inherited: | Yes |
---|---|
Defined In: | CSS1 |