Vidyalelo
CSS · Q101

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 101

Q101

Which of the following property controls CSS counter values?

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

Answer: Option A

Solution

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