remove-bullets-from-unordered-html-list remove-bullets-from-unordered-html-list How do you remove the bullets from an unordered html list? .. code-block:: html x x x x x x Use css style list-style-type: none of course!