W3School TIY
脚 本 学 堂 www.jbxue.com
编辑您的代码:
<html> <head> <style type="text/css"> ul { list-style: square inside url('/i/eg_arrow.gif') } </style> </head> <body> <ul> <li>咖啡</li> <li>茶</li> <li>可口可乐</li> </ul> </body> </html>
查看结果: