- 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
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 8 2 3.1 6 0.4
Belongs to:
See the full list CSS properties and browser support: CSS Properties