Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

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

  2. A.

     counter

    B.

     counter-origin

    C.

     counter-reset

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment