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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *