Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>ul  {
    list-style: square url("sqpurple.gif");
}

</style>
</head>
<body>

<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Coca Cola</li>
</ul>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy