Use ul, ol, and li to style lists.
ul
ol
li
list-style-type
list-style-position
ul { list-style-type: square; } ol { list-style-position: inside; }