What will the following CSS code do?
li { list-style-image: url('bullet.png'); }
No bullets will be used.
The bullets will be square.
The bullets will be the text "bullet.png".
The bullets will be images of 'bullet.png'.