HTML - статьи

UL


Description

The UL element defines an unordered list consisting of a number of

separated multi-line <LI> elements, and usually

marked by a bullet or similar symbol.

Minimum Attributes

<UL></UL>

All Possible Attributes

<UL

COMPACT

LANG="..."

DIR=ltr|rtl

ALIGN=center|left|right|justify

ID="..."



CLASS="..."

CLEAR=left|right|all|"..."

PLAIN

SRC="..."

MD="..."

DINGBAT="..."

WRAP=vert|horiz

TYPE=disk|circle|square>

</UL>

Elements Allowed Within...

Allowed In Content Of...

Any element that permits members of the group

Variations

Nested UL lists are usually rendered more indented with

differing bullets or symbols.

The LANG and DIR attributes are introduced with the

internationalization proposal.

The internationalization proposal also includes

ALIGN=center|left|right|justify

Version 3 proposes the CLEAR, PLAIN,

SRC, MD, DINGBAT, and WRAP attributes.

The TYPE attribute is a current Netscape extension.

Version 3 proposes to replace it with the SRC and DINGBAT attributes

to point to general server and browser images respectively.

Specifying <UL PLAIN> to eliminate the bullets

is proposed by Version 3 as a replacement for the

element.

Specifying <UL PLAIN WRAP=HORIZ> is proposed

by Version 3 as a replacement for the list element.

The browser may dynamically determine the appropriate number of columns.

All list elements are Level 0.



Содержание раздела