Vidyalelo
CSS · Q77

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 77

Q77

Which of the following property controls CSS counter values?

A.
counter
B.
counter-increment
Answer
C.
counter-decrement
D.
none of the mentioned

Answer: Option B

Solution

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