Home » CSS » Css miscellaneous » Question
  1. Which of the following property contains a list of one or more counter names to be cleared or set to a particular value?
    1. counter-origin
    2. counter-reset
    3. counter
    4. All of above
    5. None of these
Correct Option: B

Syntax: counter-reset: counter-name1 [integer] ... counter-nameN [integer] | none |inherit



Your comments will be displayed only after manual approval.