HTM-02800 | What is a description list?
- Description lists are created in HTML using a
<dl>
element. <dl>
represents a description list.- The element encloses a list of groups of terms and descriptions.
- Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).
- Entries are listed like in a dictionary or encyclopedia.
- Definition List makes use of following three tags.
<dl> – Defines the start of the list
<dt> – A term
<dd> – Term definition
</dl> – Defines the end of the list - Click here to view an
<dl>
example.
{post_title}
{post_content}
{associated_insight_resource.post_title}
{associated_insight_resource.resource_link}
{associated_insight_resource.insight_type }