Defining term
dt

The dt element is used to identify a word as the target of a definition.
Example
dl {
dt Cabernet Sauvignon
dd A Bordeaux grape crossing of Cabernet Franc and Sauvignon Blanc
dt Pinot Noir
dd So called because the bunches are similar in shape to a pine cone
dt Chardonnay
dd The world's most popular white-wine grape
}
Ancestor
- dl
- The dl element is used assemble a collection of terms and definitions into a definition list.
Sibling
- dd
- The dd element is used to provide a definition for a term or details about a term.