Consider the following code. Where will the bullets be placed?
ol { list-style-position: outside; }
Inside the text flow of the <li> element.
<li>
Outside the text flow of the <li> element.
In the center of the <li> element.
Not enough information to answer.