[top][index]
search for:

DL -- HTML DL item

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

    The argument x should be a list, each member of which should be a list of length two.

    Here is an example. The expression

         DL {
              {"first heading","first item's text"},
              {"second heading","second item's text"},
              {"third heading","third item's text"}}
    produces
    first headingfirst item's text
    second headingsecond item's text
    third headingthird item's text

    See also:

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

  • html DL
  • text DL

  • [top][index]
    search for: