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