Remove bullets from unordered list using CSS
Remove bullets from unordered list using CSS
Student
Content writing is the process of writing, editing, and publishing content in a digital format. That content can include blog posts, video or podcast scripts, ebooks or whitepapers, press releases, product category descriptions, landing page or social media copy and more.
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