counter-reset
propertyUse counter-reset
property to reset the specified counter value.
none : Does not reset count.
Counter name : Sets the specified counter value to zero.
Counter name, integer : Sets the counter value to the specified number.
.Chapter h2 {
…
counter-reset: SectionNo;
…
}