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