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