首页 > Web开发 > 详细

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

时间:2017-05-21 12:25:23      阅读:391      评论:0      收藏:0      [点我收藏+]

<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中所有列表样式的类型

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!