HTML语言剖析(六)清单标记,HTML语言剖析(六)清单标记
【 tulaoshi.com - Html 】
<OL <LI<OL 的参数设定(常用):
例如: <ol ="i" ="4"</ol
="i"
设定数目款式,其值有五种,请参考 右表,内定为 type=""。 ="4"
设定开始数目,不论设定了哪一数 目款式,其值只能是 1,2,3.. 等整 数,内定为 start=""。
<LI 的参数设定(常用):
例如: <li ="square" ="4" ="square"
只适用于,设定符号款式,其值有三种,如下,内定为 type="":
符号 是当 type="" 时的列项符号。
符号 if" width=10 height=10 border=0 是当 type="" 时的列项符号。
符号 是当 type="" 时的列项符号。 ="4"
只适用于,设定该一项的数目,其後各项将以此作为起始数目而递增, 但前面各项则不受影响,其值只能是 1,2,3.. 等整数,没有内定值。
例子: HTML Source Code (原始码)浏览器显示结果My best friends:
<ol
<liMichelle Wei
<liMichael Wan
<liGloria Lam
</ol My best friends: Michelle Wei Michael Wan Gloria Lam
来源:http://www.tulaoshi.com/n/20160129/1483417.html
看过《HTML语言剖析(六)清单标记》的人还看了以下文章 更多>>