周总结: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>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM