萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> 腳本Html教程 >> HTML元素:ol

HTML元素:ol

定義

編制排序列表。

Draws lines of text as a numbered list.

注釋

TYPE 標簽屬性設置了所有後續的列表類型,除非設置了不同的 type 值。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的腳本中可用。

此元素是塊元素。

此元素需要關閉標簽。

The TYPE attribute sets the list type for all ensuing lists unless a different type value is set.

The OL element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is a block element.

This element requires a closing tag.

示例代碼

<OL> <LI>這是列表的第一個項目。 <LI>這是列表的第二個項目。 </OL> <OL START=3> <LI>這是以編號 3 起始的項目。 </OL>

 

<OL TYPE=A>

<LI>這是項目 A。

</OL> 

copyright © 萬盛學電腦網 all rights reserved