css ul has no bullets code example Example 1: disable bullets in ul ul{ list-style: none; } Example 2: li without bullet ul { list-style-type: none; }