What CSS code would you use to make the markers of a list appear on the right side of the list content?
ul { list-style: right; }
ul { marker-position: right; }
ul { list-style-position: outside; direction: rtl; }
ul { list-marker: outside right; }