Definition list (<dl>)

A definition list is a structure for listing terms, products, components, and so forth, along with their definitions.

Examples of usage are glossary and product feature lists.

Example

<section id="knownproblems_info">
<p>You can get current information about bugs, 
patches, and change requests in the following locations:</p>
<dl>
<dlentry>
<dt>Bug tracker</dt>
<dd>
<xref href="http://sourceforge.net/tracker/?group_id=132728&atid=725074" scope="external"/>
</dd>
</dlentry>
<dlentry>
<dt>Patch tracker</dt>
<dd>
<xref href=" http://sourceforge.net/tracker/?group_id=132728&atid=725076" scope="external"/>
</dd>
</dlentry>
<dlentry>
<dt>RFE tracker</dt>
<dd>
<xref href="http://sourceforge.net/tracker/?group_id=132728&atid=725077" scope="external"/>
</dd>
</dlentry>
</dl>
</section>
			
Related concepts
Ordered list (<ol>)
Simple list (<sl>)
Unordered list (<ul>)