如何使用CSS工具创建列表
1、列表类型。每一种不同的标志可以用来表达一种列表的数据类型。ul {list-style-type : square}

3、列表不仅仅有相对应的形式,更有其固定的位置。列表标志位置ul { list-style-position:inside; }

5、一个展现不同标志的列表style。<style type="text/css">ol.decimal {list-style-type: decima造婷用痃l}ol.lroman {list-style-type: lower-roman}ol.uroman {list-style-type: upper-roman}ol.lalpha {list-style-type: lower-alpha}ol.ualpha {list-style-type: upper-alpha}</style>
