increments counter values
1
increments counter values
Increments the named counter, and optionally accepts the amount to increment it by. The default increment amount is 1. If the counter has never been initialized by a counter-reset, its inital value will be 0. The content property is used to display the value of a counter.
Value | Description |
---|---|
Values | |
<counter-id increment> | name of counter, optionally followed by amount to increment |
none | no counters will be incremented |