The format for a definition list tag is:
<dl>
<dt> title1
<dd> definition1
<dt> title2
<dd> definition2
:
:
:
<dt> titleN
<dd> definitionN
</dl>
The <dl> .... </dl> tags include alternating pairs of titles <dt> and definitions <dd>. A Web browser will typically generate the list with each definition indented to offset it from the title.
Viewed in a web browser, the above example looks like this:
|