<dl>
The <dl> tag renders a list which has short pieces of text for their markers.
Syntax
Attributes
| Attribute | Required? | Values |
|---|---|---|
component = "…" | optional | string |
width = "…" | optional | "narrow""medium""wide" |
Children
The following may appear as children:<li> Parents
This element may appear as an immediate child of the following elements:<li> <list> <objectives> <outcomes> <p> <sidebyside> <stack> <support>
Examples
An <li> of a description list must have a <title> element.
The title provides the text of the marker (rendered in boldface); the remainder of the list item must also be structured, typically with some paragraphs. If the default format seems too constrained, perhaps a sidebyside element might provide more flexibility.