HTML Definition List
Description
A definition list is a consists of terms (<dt>) and definitions (<dd>).
Examples for <dl>
note: if the following examples I am using the <strong> tag to bold the terms
The code:
<dl>
<dt><strong>Lower cost</strong></dt>
<dd>The new version of this product</dd>
<dt><strong>Easier to use</strong></dt>
<dd>We've changed the product</dd>
<dt><strong>Safe for kids</strong></dt>
<dd>You can leave your kids alone</dd>
</dl>Give it a go!
Example:
- Lower cost
- The new version of this product
- Easier to use
- We've changed the product so that it's much easier to use!
- Faster to clean
- Save time with less cleaning
Attributes for <dl>
Attributes for <dt>
Attributes for <dd>