html code to remove bullet points code example Example 1: li no bullet list-style-type: none; Example 2: li without bullet ul { list-style-type: none; }