BlaBla.cn 网页教程与代码的中文站点
最近更新日期:2007-04-30 作者:布啦布啦 参考来源:www.BlaBla.cn 布啦布啦网页教程与代码
网站首页
>
CSS 教程与实例代码
>
CSS 代码实例
>
CSS 分类属性实例
> 列表样式属性(list-style)
编辑文本后点击显示结果
Blabla.cn
<html> <head> <title>列表样式 list-style</title> <style type="text/css"> ul {list-style:circle inside url(../images/css_tutorials/dot02.gif)} </style> </head> <body> <ul> <li>茶</li> <li>咖啡</li> <li>可乐</li> </ul> </body> </html>
© 2005-2008 BlaBla.cn 版权所有