February 2006
Intermediate to advanced
826 pages
63h 42m
English
Use a definition list for lists that consist of term and definition pairs.
Definition lists are marked up as dl elements. The content of a dl is some number of terms (indicated by the
dt element) and definitions
(indicated by the dd element). The
dt (term) element may contain only
inline content, but a dd may include
block-level or inline elements. All three elements used in definition
lists are block-level elements and will start on a new line by
default.
Read now
Unlock full access