html给列表添加图标

来源:互联网 发布:mac安装pip ipython 编辑:程序博客网 时间:2024/06/06 04:50

css 样式

.redSquare{
 font-size:14px;
 list-style-image: url(icon.png);
 list-style-type: none; }

图中 红色图标为 作者利用redSquare样式主动添加的图标。