What CSS code would you use to add an image called bullet.png in the same directory as your HTML file as a list marker?
bullet.png
ul { marker-image: url('bullet.png'); }
ul { bullet-image: url('bullet.png'); }
ul { list-style-image: url('bullet.png'); }
ul { list-marker: url('bullet.png'); }