remove dot in list code example Example 1: disable bullets in ul Click to copyul{ list-style: none; } Example 2: remove bullets from ul Click to copylist-style-type:none;