How can you remove list bullets from an unordered list in CSS?
ul {list-style: none;}
ul {remove-bullets: true;}
ul {list-bullet: none;}
ul {list-style-type: none;}