CSS Help
Generated Content Properties
| Property | Description | Values |
| content | Used to Generated content in a document. Use with ":before" and ":after" | string url(link to location) counter(name) counter(name, list-style-type) counter(name, string) counter(name, string, list-style-type) attr(name) open-quote close-quote no-open-quote no-close-quote |
| counter-increment | Specifies the incrementation for each occurence of a selector | none identifier number |
| counter-reset | Specifies the value the counter is set to on each occurence of a selector | none identifier number |
| quotes | Specifies the type of quotation marks | none string string |



