Fancy Lists With HTML & CSS

Creating ordered and unordered lists with HTML alone is somewhat limited. Like all HTML elements, lists require CSS to get prettied up. The options for bullets in unordered lists <ul> only include disc, circle, square, and none. The options for symbols in ordered lists <ol> is also sparse, offering...