css li dost remove code example Example 1: eliminate dots li ul { list-style-type: none; } Example 2: disable bullets in ul ul{ list-style: none; }