class js.html.Counter
Available on js
CSS counters are an implementation of Automatic counters and numbering in CSS 2.1. The value of a counter is manipulated through the use of counter-reset
and counter-increment
and is displayed on a page using the counter()
or counters()
function of the content
property.
Documentation for this class was provided by MDN.