Description

Also (counter-reset),control the numbering sequence of one or more CSS counters.

Example

 p{counter-increment: pcounter;}
div{counter-reset:divcount;}

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
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions823.160.4
Belongs to:

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