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