how to take off li dots code example Example 1: remove li dots ul { list-style-type: none; } Example 2: remove bullets from ul list-style-type:none;