delete dots in ul code example Example 1: li remove dot css list-style: none Example 2: how to remove bullets from ul ul { list-style-type: none; }