码迷,mamicode.com
首页 > Web开发 > 详细

周总结:html中所有列表样式的类型

时间:2017-05-21 12:49:13      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:nbsp   ogr   list   brew   lead   css   arm   小圆圈   leading   

<html>
<head>
<style type="text/css">
ul.none {list-style-type: none}没有
ul.disc {list-style-type: disc}小黑点实心
ul.circle {list-style-type: circle}小圆圈
ul.square {list-style-type: square}小方框
ul.decimal {list-style-type: decimal}1.
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}01.
ul.lower-roman {list-style-type: lower-roman}i.
ul.upper-roman {list-style-type: upper-roman}I.
ul.lower-alpha {list-style-type: lower-alpha}a.
ul.upper-alpha {list-style-type: upper-alpha}A.
ul.lower-greek {list-style-type: lower-greek}α.
ul.lower-latin {list-style-type: lower-latin}a.
ul.upper-latin {list-style-type: upper-latin}A.
(ul.hebrew {list-style-type: hebrew}
ul.armenian {list-style-type: armenian}
ul.georgian {list-style-type: georgian}
ul.cjk-ideographic {list-style-type: cjk-ideographic}
ul.hiragana {list-style-type: hiragana}
ul.katakana {list-style-type: katakana}
ul.hiragana-iroha {list-style-type: hiragana-iroha}
ul.katakana-iroha {list-style-type: katakana-iroha})其它语言符号的列表计数
</style>
</head>

 

周总结:html中所有列表样式的类型

标签:nbsp   ogr   list   brew   lead   css   arm   小圆圈   leading   

原文地址:http://www.cnblogs.com/xiliLILY/p/6884442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!