inserts generated content
1
inserts generated content
This property is used in conjuction with the :before and :after pseudo-elements to insert generated content, such as counters.
Value | Description |
---|---|
Values | |
<string> | content is the given text |
attr(name) | content is one of the selector's attributes |
close-quote | content is a closing quote |
counter | content is a counter |
no-close-quote | closing quote is removed from content |
no-open-quote | opening quote is removed from content |
none | content is nothing |
normal | content is "normal" (defaults to nothing) |
open-quote | content is an opening quote |
url() | URL of a media resource for content |