| Version | //IETF//DTD HTML 2.0 Strict//EN
|
|---|
| Element | UL |
|---|
| Purpose | unordered list |
|---|
| Description | This element defines an unordered list, a list of items whose ordering is not important. Examples include elements of unordered sets or items which are not ranked by some quality (such as items in a basket or children) or which have no ordering function (complex numbers).
Compare this with the ordered list OL.
|
|---|
| Start tag | Required <UL>
|
|---|
| Attributes | | Name | Type | Default | Comment |
|---|
| COMPACT | ( COMPACT ) | #IMPLIED | compact list style | | SDAFORM | CDATA | #FIXED "List" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
|---|
| Content | ( LI )+
|
|---|
| End tag | Required </UL>
|
|---|
| Referenced in | BLOCKQUOTE BODY DD DIR FORM LI MENU
|
|---|
| Example | | Source | Appearance |
|---|
<P>Items in the Universe
<UL>
<LI>Matter
<LI>Energy
<LI>Gravity
</UL>
| Items in the Universe
|
|
|---|