Vidyalelo
CSS · Q102

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 102

Q102

Which of the following property contains a list of one or more counter names to be cleared or set to a particular value?

A.
counter
B.
counter-origin
C.
counter-reset
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Syntax: counter-reset: counter-name1 [integer] ... counter-nameN [integer] | none |inherit