[top][index]
search for:

UL -- HTML UL item

The mark-up type UL is a member of the class MarkUpType. Each object of class UL 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
  • UL x -- encloses the list x as a hypertext UL itemized list.

    The argument x should be a list of strings or hypertext items.

    Here is an example. The expression

         UL {"first","second","third"}
    produces

    See also:

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

  • html UL
  • text UL

  • [top][index]
    search for: