您的位置:首页网页设计HTML/CSS  → HTML语言剖析(六)清单标记

HTML语言剖析(六)清单标记

时间:2004/11/7 2:42:00来源:本站整理作者:蓝点我要评论(0)

























   ■ :  ▲Top
称为
顺序清单
标记。
则用以标示清单项目。
所谓顺序清单就是在每一项前面加上 1,2,3... 等数目,又称编号清单。


的参数设定(常用):


例如:<ol
type
="i"
start
="4">



    type="i" 设定数目款式,其值有五种,请参考 右表,内定为 type="1"。  start="4" 设定开始数目,不论设定了哪一数 目款式,其值只能是 1,2,3.. 等整 数,内定为 start="1"。      Type Numbering style  1 arabic numbers 1, 2, 3, ...  a lower alpha a, b, c, ...  A upper alpha A, B, C, ...  i lower roman i, ii, iii, ...  I upper roman I, II, III, ...
的参数设定(常用):
例如:<litype="square"value="4">




type="square"
只适用于非顺序清单,设定符号款式,其值有三种,如下,内定为 type="disc":
符号 是当 type="disc" 时的列项符号。
符号 if" width=10 height=10 border=0> 是当 type="circle" 时的列项符号。
符号 是当 type="square" 时的列项符号。
value="4"
只适用于顺序清单,设定该一项的数目,其後各项将以此作为起始数目而递增, 但前面各项则不受影响,其值只能是 1,2,3.. 等整数,没有内定值。


例子:
  HTML Source Code (原始码) 浏览器显示结果  My best friends: Michelle Wei Michael Wan Gloria Lam  My best friends:   Michelle Wei  Michael Wan  Gloria Lam

   ■ :  ▲Top
称为
无序清单
标记。


所谓无序清单就是在每一项前面加上





等符号,故又称符号清单。


的参数设定(常用):


例如:<UL
type
="square">




type="square"
设定符号款式,其值有三种,如下,内定为 type="disc":
符号 是当 type="disc" 时的列项符号。
符号 是当 type="circle" 时的列项符号。
符号 是当 type="square" 时的列项符号。


注意:由于

都有 type 这个参数,两者尽可能选用其一。


例子:
  HTML Source Code (原始码) 浏览器显示结果  My Homepages: Penpals Garden ICQ Garden Software City Creation of Webpage  My Homepages:   Penpals Garden  ICQ Garden  Software City  Creation of Webpage

   ■ :  ▲Top
这两个标记都不为 W3C 所赞同,希望用者能以

代之。

及,基本上它和
是一样的,在一些特别的
浏览器
可能表现出
的 效果,于旧版的 IE 或 NC 标记
不显示符号或数目。两标记的用法与
完全一 样。


例子:
  HTML Source Code (原始码) 浏览器显示结果  My Homepages: Penpals Garden ICQ Garden Software City Creation of Webpage  My Homepages:   Penpals Garden  ICQ Garden  Software City  Creation of Webpage

   ■ :  ▲Top
称为定义清单标记。
用以标示定义条目,
则用以标示定义内容。
所谓定义清单就是一种分二层的项目清单,其不故符号及数目。


三个标记都没有常用的参数。而
可以独立使用,只是一些旧的浏览器并不支 援,如 IE 3.0。常用的如
标记可用以制造段落第一个字前面的空白。


例子:
  原始码  How to use Definition List First, you should not place paragraph tag right after or before a list structure or between the items of a list. In cerntain contexts, use of extra paragraph tags should always be avoided, when you realize this concept, it is quit easy to write a HTML. Other things to know We usually put only ONE Definition tag following the Definition Term tag, more than one DD tag is not recommanded. Besides, unlike Definition List is a nonempty tag, both Definition Term and Definition Description are empty tags.    显示结果   How to use Definition List  First, you should not place paragraph tag right after or before a list structure or between the items of a list. In cerntain contexts, use of extra paragraph tags should always be avoided, when you realize this concept, it is quit easy to write a HTML.  Other things to know  We usually put only ONE Definition tag following the Definition Term tag, more than one DD tag is not recommanded. Besides, unlike Definition List is a nonempty tag, both Definition Term and Definition Description are empty tags.

相关阅读 Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么

文章评论
发表评论

热门文章 没有查询到任何记录。

最新文章 页面进入效果表单 XHTML校验需要注意的6个细节CSS样式表创建美妙绝伦的网站了解XHTML DHTML SHTML之间的区别HTML小技巧的一些小技巧

人气排行 容易被误解的overflow:hiddenCSS中dashed和dotted的区别CSS水平和垂直居中的几种实现方法DIV+CSS自适应高度兼容IE6,ie7,ie8和FF的解css优先级问题如何用CSS实现图片圆角化处理超链接target=_blank的使用方法Ctrl+H键的用法