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.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Remove 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