ipfc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
/dl.
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
 </dl>
 
The /dl tag ends a definition list. A definition list is a two-column list.
A definition list must start with the dl tag and end with the /dl tag. It
can contain one or more combinations of the dt, dd, dthd, and ddhd tags.
 
This tag does not use parameters.
 
Comments
 
The /dl tag does not automatically generate a blank line. If a blank line is
desired to separate a definition list from subsequent text, the p tag can be
used immediately after the /dl tag.
 
See Also
 
 dd, ddhd, dl, dt, dthd
 
                                      ♦