How would you set the marker type of an unordered list (<ul>) to display discs?
<ul>
ul { list-marker: disc; }
ul { bullet-type: disc; }
ul { list-style-type: disc; }
ul { marker-type: disc; }