-
Which of the following will insert generated content in the counter?
-
- counter()
- counter-increment
- content
- counter-reset
- None of these
Correct Option: C
content inserts generated content, counter-reset creates or resets a counter, counter-increment increments the value of the counter, counter() function adds the value of a counter to an element.