counter-increment
propertyUse the counter-increment
property to increase the specified counter value.
none : Does not do count.
Counter Name : Increases the specified counter value by one.
Counter name, space, and integers : Increases the counter value with a specified number.
.Chapter h2 {
…
counter-increment: ChapterNo;
…
}