What does the following CSS rule do?
ul { list-style-type: none; }
Removes list bullets from an unordered list
Adds bullets to a list
Changes the font size of a list
Styles list items in red