Home » CSS » Css miscellaneous » Question
  1. Which of the following adds the value of a counter to an element?
    1. content
    2. counter-reset
    3. counter-increment
    4. counter()
    5. 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.



Your comments will be displayed only after manual approval.