Description

Also (counter-reset), control the numbering sequence of one or more CSS counters.
counter-increment increments the named counter by 1.
counter-reset resets the named counter to 0.

Live Example
Play with the code in the textarea below.

Values
[ identifier, integer ? ]+ | none | inherit
Default value
counter-increment default 1, c
Introduced in CSS version
2.1
Applies to elements
All
Inherited
No
Browser Support
BrowsersIEFirefoxSafariOperaChrome
Versions823.160.4
Belongs to:

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