<html>
<head>
<style>
ul {
list-style-image: url('sqpurple.gif');
}
</style>
</head>
<body>
<h1>The list-style-image Property</h1>
<p>The list-style-image property replaces the list-item marker with an image:</p>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_list-style-image by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:18 GMT -->
</html>