Lists

dl

Creates a definition list. It is normally used together with the definition description (dd) and definition term(dt) elements to define the description of a specific term in a definition list. These three tags provide a standard ways of displaying terms and definitions. Block-level element

Syntax

<dl attributes> ... </dl>

Example

<dl>
   <dt>Hola</dt>
   <dd>Hello in spanish.</dd>
</dl>

Related tags

CSS Properties

HTML attributes

Search the Soup!