Remove bullets from unordered list using CSS
Remove bullets from unordered list using CSS
502
05-Jun-2024
Updated on 06-Jun-2024
Ashutosh Kumar Verma
06-Jun-2024Remove bullets from unordered list
To remove bullets from an unordered list using CSS, you can use the CSS property list-style-type set to none.
Example-
HTML
CSS
This CSS rule removes the default bullet points from the unordered list with the class
no-bullets. You can apply this class to all unordered lists to remove the bullets in your HTML.Example-
Also, Read: Parent selector using CSS