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