How would you apply a specific marker type and change the marker position of a list in a single command?
ul { list-style: square inside; }
ul { list-style: inside, square; }
ul { list-style-type: square inside; }
ul { list-marker: square inside; }