Content Properties
It is used to generated content at run time dynamically with the ::before and
::after pseudo-elements, to insert generated content.
Example:
p::before {
content: “Geekyshows Says ”;
}
- normal
- none
- counter
- attr(attribute)
- string
- open-quote
- close-quote
- no-open-quote
- no-close-quote
- url(url)