HTML - статьи

LI


Description

The LI element defines a list item.

It is rendered differently depending upon the list within which

it appears.

Minimum Attributes

<LI>characters...

All Possible Attributes

<LI

LANG="..."

DIR=ltr|rtl

ALIGN=center|left|right|justify

within UL TYPE=disk|circle|square

within OL TYPE=A|a|I|i|i



within OL VALUE=n>characters...</LI>

Elements Allowed Within...

members of groups

Allowed In Content Of...

Variations

The LANG and DIR attributes are introduced with the

internationalization proposal.

The internationalization proposal also includes

ALIGN=center|left|right|justify

The TYPE and VALUE attributes are Netscape extensions.

The validity of their presence and possible values depends on

the particular list entity of which this is a list item.

Most browsers assume the list item ends with the beginning

of the next list item or the end of the list and

do not require the closing tag </LI>

All list elements are Level 0.



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