To apply circular markers in an unordered list (<ul>), what CSS code would you use?
<ul>
ul { marker-type: circle; }
ul { list-marker: circle; }
ul { list-style-type: circle; }
ul { list-style: circle; }