8.3. HTML ol 标签
ol 标签 -- 代表HTML有序列表
- ol标签是成对出现的,以
<ol>开始,</ol>结束 - 每一列使用
<li>标签(与无序列表相同)定义,每列使用数字或字母开头. - 引用网址:http://www.dreamdu.com/xhtml/tag_ol/
- 属性:
- Common -- 一般属性
- ol,是ordered lists的缩写,中文"有序列表"的意思
示例
<ol><li>www</li><li>dreamdu</li><li>com</li></ol>
HTML ol 标签示例 -- 可以尝试编辑
延伸阅读
- CSS list-style-type 属性
- CSS list-style-image 属性
- CSS list-style-position 属性