In CSS, which property would you use to remove the default list-style in an ordered or unordered list?
- list-remove
- list-reset
- list-style
- list-none
The correct option is list-none. This property is used to remove the default list-style (like bullets or numbers) from an ordered or unordered list. It helps in customizing the list appearance according to the design requirements.
Loading...
Related Quiz
- In a CSS gradient, the ________ keyword can be used to ensure that the colors are distributed evenly across the gradient.
- The em unit in CSS is relative to the ________.
- What is a common issue encountered with icon fonts in high-DPI displays, and how is it typically addressed?
- How does the flex-wrap property affect the behavior of flex items when they overflow the container?
- The CSS property transform: scale(________); is used to double the size of an element.