Counter
In CSS you can create counters, these count something and can then display the amount using the content property.
A counter first needs to be reset using counter-reset, then counter-increment is used to count.