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

Use css style list-style-type: none of course!