What will the following CSS code do?
ul li { list-style: circle inside; }
The bullets will be circles and will be placed inside the text flow.
The bullets will be squares and will be placed inside the text flow.
The bullets will be circles and will be placed outside the text flow.
The bullets will be images and will be placed inside the text flow.