If you want to use a square marker type in an unordered list (<ul>), what CSS property would you apply?
square
<ul>
ul { list-marker: square; }
ul { marker-type: square; }
ul { bullet-style: square; }
ul { list-style-type: square; }