[b]css:[/b] ul{ list-style-type: none; } [b]html:[/b] <ul> <li>cafe</li> <li>bread</li> <li>milk</li> </ul> -