|
|
Keywords:
Indented,
Sequential,
Nowiki,
Unordered,
Prefixed
a collection of items that do have a numerical ordering
a collection of items (typically related somehow) that need to be listed in particular order
a list in which the order of the items is significant
a list of items in a logical, numbered order
a list that must order its contents from the smallest to the largest
a sequence of indented items prefixed by a number
a sequential list, either by number or by letter
a series of items preceded by sequence numbers and set off from surrounding text by single blank lines
An indented list of items prefaced with a number or letter.
A set of HTML tags that places text in a list with numbers at the beginning of each item.
A list which needs a specific order. A numbered list which is indicated by ol/ol tags.
(OL): Ch. 4 Defines a list of items which are automatically ordered; typically, this is a sequential numbering from one to the number of list items.
An indented list that has numbers or letters in front of each item. (See also unordered list and definition list.)
In HTML an ordered list
|