![]() |
|
<ol>
![]() |
![]() |
||||||||||||||||||||||||||||||||||||||||||||
<OL> creates indented lists with some sort of numbering scheme.
It takes the <LH> (list heading) and <LI> (list item) as well as the "compact" attribute.
| align= | forces the alignment of the list item according to the arguments below. | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| "left" |
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| "center" |
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| "right" |
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| "justify" |
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
class=
|
||||||||||||||||||||||||||
clear=
|
"When there is already a figure or table in the margin, you sometimes want to position another figure below the figure in the margin rather than alongside it. The CLEAR attribute allows you to move down unconditionally:" (w3)
Alternatively, you can decide to place the figure alongside the figure in the margin just so long as there is enough room. The minimum width needed is specified as "## en" where ##="the" number of nutts or ### pixels where ### is the number of pixels. |
|||||||||||||||||||||||||
"left"
|
"move down until left margin is clear" (w3) | |||||||||||||||||||||||||
"right"
|
"move down until right margin is clear" (w3) | |||||||||||||||||||||||||
"all"
|
"move down until both margins are clear" (w3) | |||||||||||||||||||||||||
"## en"
|
"move down until there is at least 40 en units free" (w3) | |||||||||||||||||||||||||
"### pixels"
|
"move down until there is at least 100 pixels free" (w3) | |||||||||||||||||||||||||
| compact deprecated
|
the compact attribute is used to remove unnecessary white space. Some browsers will insert white space between definition items, this attribute will discourage this. Most browsers do not recognize it.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
continue=
|
causes the browser to continue with the next number after a previous ordered list. (Dianne Gorman)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
dir=
|
||||||||||||||||||||||||||
| "ltr" | ||||||||||||||||||||||||||
| "rtl" | ||||||||||||||||||||||||||
id=
|
||||||||||||||||||||||||||
index=
|
||||||||||||||||||||||||||
lang=
|
list of language codes list of country codes |
|||||||||||||||||||||||||
| none= | specifies that the following block consists of individual items, each beginning with an <li> tag. The items are numbered in arabic numerals. | |||||||||||||||||||||||||
seqnum=
|
this allows you to specify the starting number in an ordered list. (Diane Gorman)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| skip= | tells the browser to skip "#" numbers in numbering items. (Diane Gorman)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
start=
|
specifies a starting number for the list.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
style=
|
||||||||||||||||||||||||||
title=
|
||||||||||||||||||||||||||
type=
|
changes the numbering style of the list. | |||||||||||||||||||||||||
"A"
|
use large letter. (note the "A" is a capital letter)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
"a"
|
uses small letters. (note the "a" is lower case.)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
"I"
|
this specifies large Roman numerals. (Note the "I" is upper case.)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
"i"
|
specifies small roman numerals. (Note the "i" is lower case.)
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
"1"
|
this is the default setting, specifying the use of arabic numbers.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| wrap= | causes the list to wrap to the next column or the next line. (Dianne Gorman) | |||||||||||||||||||||||||
| "vert" | causes the list of items to go down the screen an wrap to the next column.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| "horiz" | the items go across the screen and then wrap around to the next line.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||
| "none" | this forces no wrapping of the list. It just goes down the page, for ever.
<lh>Heading <li>first item <li>second item <li>third item </ol>
|
|||||||||||||||||||||||||