<html> <head> <style type="text/css"> ul { list-style-image: url('arrow.gif') } </style> </head> <body> <ul> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ul> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself