Lists and Special Characters
One of the most common elements of multipage documents is a set of definitions,
references, or cross-indexes (for example glossaries).
In HTML, the entire section of a glossary would be contained by a definition
list, which is defined within a pair of definition list tags: <DL>
and </DL>.
Within the pair of listings, a definition has 2 parts:
- A definition term (<DT>)
- A definition description (<DD>)
See an example
Jump to the previous, next,
or first slide.