CSS counters let you adjust the appearance of content based on its location in a document.
For example, you can use counters to automatically number the headings on a webpage or to change the numbering on ordered lists....Ordered lists, as created using <ol> elements, implicitly have a...levels of nested counters. CSS css ol { counter-reset: section; /*...