What will be the effect of the following code on an unordered list?
ul { list-style-type: square; }
There will be no bullets in the list.
The list bullets will be square.
The list bullets will be round.
The list bullets will be images.