What CSS property is used to change the style of bullet points in an unordered list?
- list-type
- list-style-type
- bullet-style
- marker-style
The correct option is list-style-type. This property is used to define the type of marker, or style of the list item in an unordered list. Common values include disc, circle, and square. Understanding this is crucial for customizing the appearance of lists.
Loading...
Related Quiz
- How does the use of CSS media queries enhance accessibility for users with specific needs, such as those requiring high contrast or large text?
- What is the result when an element does not have a specific style defined but its parent does?
- An element with display: none; differs from visibility: hidden; because the former ________.
- Which CSS property specifies the duration of an animation?
- Which value of animation-fill-mode ensures the animation's styles are applied before the animation begins?