![]() |
The counter-reset property creates or resets the specified counter. The counter is valid in the element where the counter is reset and it's descendant elements.
| Values | Description |
| none | Defines that no counters will be reset. |
| identifier | Reset the counter identified by the value. For example: counter-reset:mycounter; |
Comments