How to generate unordered list without any bullets

Share

By default unordered list have bullets. If you don’t need them, you can easily remove them by using following CSS code.

ul
{
    list-style-type: none;
}

If you need to remove indentation too, this can be easily done by following code:

ul
{
    list-style-type: none;
    padding:0; margin:0
}

  • May 8, 2014
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure