[top][index]
search for:

OL -- HTML OL item

The mark-up type OL is a member of the class MarkUpType. Each object of class OL is also a member of class MarkUpList.

More general types (whose methods may also apply) :

  • MarkUpList -- the class of mark-up lists used with hypertext
  • BasicList -- the class of all basic lists
  • OL x -- encloses the list x as a hypertext OL itemized list.

    The argument x should be a list of strings or hypertext items. The items are numbered in the display.

    Here is an example. The expression

         OL {"first","second","third"}
    produces
    1. first
    2. second
    3. third

    See also:

  • hypertext
  • Methods for using an object of class OL :

  • html OL
  • text OL

  • [top][index]
    search for: