W3School TIY
编辑您的代码:
<html> <head> <style type="text/css"> ul { list-style: square inside url("../i/eg_arrow.gif"/*tpa=http://www.jb51.net/i/eg_arrow.gif*/) } </style> </head> <body> <ul> <li>咖啡</li> <li>茶</li> <li>可口可乐</li> </ul> </body> </html>
查看结果: