List Description

The description list encloses groups of terms and descriptions.

The description list a group of terms (the dt.flix-list-description__term elements) and descriptions (dd.flix-list-description__details elements).

Common uses for this element are to implement a glossary:

Beastman of Farum Azula
The Beastman of Farum Azula is a boss that can be found at the Groveside Cave and Dragonbarrow Cave.
Bell Bearing Hunter
Bell Bearing Hunter is a slow-paced creature with a menacing prescence and long distance melee attacks.
Crucible Knight
Crucible Knight is a big warrior with a large shield and a greatsword guarding the other realm and can be found in Stormhill Evergaol when players interact with the center of the platform and cross to an Arena where Bossfights take place.
<dl class="flix-list-description">
    <dt class="flix-list-description__term">
        Beastman of Farum Azula
    </dt>
    <dd class="flix-list-description__details">
        The Beastman of Farum Azula is a boss that can be found at the Groveside Cave and Dragonbarrow Cave.
    </dd>
    <dt class="flix-list-description__term">
        Bell Bearing Hunter
    </dt>
    <dd class="flix-list-description__details">
        Bell Bearing Hunter is a slow-paced creature with a menacing prescence and long distance melee attacks.
    </dd>
    <dt class="flix-list-description__term">
        Crucible Knight
    </dt>
    <dd class="flix-list-description__details">
        Crucible Knight is a big warrior with a large shield and a greatsword guarding the other realm and can be found in Stormhill Evergaol when players interact with the center of the platform and cross to an Arena where Bossfights take place.
    </dd>
</dl>

It is possible to have multiple details for a single term, and multiple terms with the same description:

Apple
An apple is an edible fruit produced by an apple tree. Apple trees are cultivated worldwide and are the most widely grown species in the genus Malus.
Apple Inc. is an American multinational technology company that specializes in consumer electronics, software and online services.
Raspberry
The raspberry is the edible fruit of a multitude of plant species in the genus Rubus of the rose family, most of which are in the subgenus Idaeobatus.
The Raspberry Pi Foundation is a British charity and company[7] founded in 2009 to promote the study of basic computer science in schools, and is responsible for developing the Raspberry Pi single-board computers.
<dl class="flix-list-description">
    <dt class="flix-list-description__term">
        Apple
    </dt>
    <dd class="flix-list-description__details">
        An apple is an edible fruit produced by an apple tree. Apple trees are cultivated worldwide and are the most widely grown species in the genus Malus.
    </dd>
    <dd class="flix-list-description__details">
        Apple Inc. is an American multinational technology company that specializes in consumer electronics, software and online services.
    </dd>
    <dt class="flix-list-description__term">
        Raspberry
    </dt>
    <dd class="flix-list-description__details">
        The raspberry is the edible fruit of a multitude of plant species in the genus Rubus of the rose family, most of which are in the subgenus Idaeobatus.
    </dd>
    <dd class="flix-list-description__details">
        The Raspberry Pi Foundation is a British charity and company[7] founded in 2009 to promote the study of basic computer science in schools, and is responsible for developing the Raspberry Pi single-board computers.
    </dd>
</dl>
Firefox
Mozilla Firefox
Fx
Free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. It uses the Gecko rendering engine to display web pages, which implements current and anticipated web standards
Internet Explorer
Microsoft Internet Explorer
IE
A discontinued series of graphical web browsers developed by Microsoft and included in the Microsoft Windows line of operating systems, starting in 1995.
<dl class="flix-list-description">
    <dt class="flix-list-description__term">
        Firefox
    </dt>
    <dt class="flix-list-description__term">
        Mozilla Firefox
    </dt>
    <dt class="flix-list-description__term">
        Fx
    </dt>
    <dd class="flix-list-description__details">
        Free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. It uses the Gecko rendering engine to display web pages, which implements current and anticipated web standards
    </dd>
    <dt class="flix-list-description__term">
        Internet Explorer
    </dt>
    <dt class="flix-list-description__term">
        Microsoft Internet Explorer
    </dt>
    <dt class="flix-list-description__term">
        IE
    </dt>
    <dd class="flix-list-description__details">
        A discontinued series of graphical web browsers developed by Microsoft and included in the Microsoft Windows line of operating systems, starting in 1995.
    </dd>
</dl>