counter-reset

Draft

Definition

The counter-reset CSS property is used to reset CSS counters to a specific value. It typically sets a named counter to zero, but it can be set to other numbers as well. The property takes a counter’s name and an optional numeric value.

For instance, counter-reset: section; would set a counter named “section” to zero, providing a clean slate for something like a numbered section list.