skip to main
|
skip to sidebar
IT Share 4 U
Wednesday, November 18, 2009
HTML教程——List
List就是系列的字串。
list可以被用来在HTML里加入有/无数字排序并以point-form来呈现的文字。
HTML支援ordered list、unordered list和definition list.
如欲在ordered list和unordered list里加入list item,那么加入<li>和</li>是必要的。
ordered list
ordered list就是有排序的list,可以数字、英文字母或是罗马数字来排序。
<ol>所支援的attribute:
start——设定list的起点,接受数字。
例子:
item 1
item 2
item 3
item 1
item 2
item 3
type——设定list的point-form格式,原设为数字,接受数值为:1,A,a,I,i。
例子1:
item 1
item 2
item 3
item 1
item 2
item 3
例子2:
item 1
item 2
item 3
item 1
item 2
item 3
unordered list
unordered list就是没有次序性的list,可以用黑点、方点或圆圈显示。
<ul>所支援的attribute:
type——设定list的point-form格式,原设为“disc”,接受数值为:disc,square,circle。
例子:
item 1
item 2
item 3
item 1
item 2
item 3
definition list
definition list就是为重点注释的point-form。
<dl>和</dl>之间涵必须盖着<dt>(definition list's term)与<dd>(definition list's definition)来应用。
例子:
This is the term 1.
This is the definition 1.
This is the term 2.
This is the definition 2.
This is the term 1.
This is the definition 1.
This is the term 2.
This is the definition 2.
<ol>,<ul>和<dl>所共同支援的attribute:
id——设定独特的id让JavaScript辨别。
class——设定class的名称,通常用在CSS。
style——设定element里的inline style,用于CSS。
<ol>,<ul>和<dl>所共同支援的event handler:
onabort, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress, onkeyup.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Current Time
Total Hits
Forums
UCpro
Blogs/Sites
Seng's Blog
Followers
Blog Archive
▼
2009
(32)
►
December
(5)
▼
November
(27)
不用tab就单页开4个google?
万年历查询HTML嵌入代码
Password Manager Beta v1.0
bat背景音乐播放程序
只有64KB的3D作品
VB整人小软件
用JavaScript编辑别人的网页?
Flash教程——制作简单Clicking Game
Microsoft Word的文字玄机?
HTML教程——文字编辑必知常识
HTML教程<font>
HTML教程——List
Flash教程——制作自己的Flash时钟
学电脑必懂的53个英文单词和缩写
HTML教程<table>的<th>和<td>
CSS简介
HTML教程——Character和Symbol
Flash教程——跟着鼠标移动的图样
Laptop Design In Future
HTML教程<table>
Flash教程——自动旋转的图案
HTML教程<img>
HTML教程<body>
HTML教程——什么是event?
HTML简介
什么是电脑编程?
Computer Processor's Performance Overview
Labels
CSS教程
(1)
Flash教程
(4)
Future Technology
(1)
HTML教程
(15)
JavaScript教程
(1)
Processor
(1)
VB教程
(1)
其它分享
(3)
电脑常识
(2)
电脑编程
(1)
软件分享
(2)
About The Author
Arcus Tiong
View my complete profile
No comments:
Post a Comment