how to remove list bullets in html code example Example 1: list remove bullets ul { list-style-type: none; } Example 2: remove bullets from ul list-style-type:none;