Hey, will anybody solve this problem or explain me why it is happening to this counter lists that I am creating in css.
the problem here is that the last group of lists are the continuation of the first group of lists and in between, I have used nested lists, so counter should be continuing the counting after the the first group( 1-5th lists ) of lists( which is from the number 6 - last group of lists) but it doesn't....please tell me why ?
<style>
ol{
counter-reset: section;
list-style-type: none;
}
li::before{
counter-incre