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

<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>

 

posted @ 2017-05-21 12:06  lily西里  阅读(2127)  评论(0编辑  收藏  举报