Which property of CSS enables to set multiple list properties at once?

2021

Which property of CSS enables to set multiple list properties at once?

  1. A.

    List-style-type

  2. B.

    List-style-image

  3. C.

    List-style-position

  4. D.

    List-style

Attempted by 150 students.

Show answer & explanation

Correct answer: D

The list-style shorthand covers these three individual sub-properties:

  1. list-style-type: Defines the design of the marker (e.g., disc, circle, square, decimal, lower-roman).

  2. list-style-position: Determines if the marker appears inside or outside the content flow (inside or outset).

  3. list-style-image: Allows you to use a custom image as the marker (e.g., url('bullet.png')).

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs