Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following CSS Property specifies whether the labels for an element’s list items are positioned inside or outside the “box” defined by the listed item?

  2. A.

     list-style

    B.

     list-position

    C.

     list-style-position

    D.

     all of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Syntax: list-style-position: inside | outside


Be The First To Comment