DL

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 heading
first item's text
second heading
second item's text
third heading
third item's text

See also hypertext.

Go to main index.

Go to concepts index.