4.3.6 dd : denition data.

The dd tag is used to denote the denition of a term in a denition list. It can occur only inside a denition list tag (dl), after a denition term (dt) tag. It's usage is identical to the one in HTML.

Example:

 
FPC
stands for Free Pascal Compiler.
 

Will be typeset as

FPC
stands for Free Pascal Compiler.

See also: dl (113), dt (115), ol (133), ul (159)