Description List

A component that lists terms and descriptions.

Item Name 1
This is the description for item 1. Description lists are suitable for displaying terms and their descriptions as a set.
Item Name 2
This is the description for item 2. By changing the marker type, you can display bullets or sequential numbers.
Item Name 3
This is the description for item 3. This component corresponds to the HTML dl, dt, and dd elements.
<dl class="description-list">
    <dt class="description-term">Item Name 1</dt>
    <dd class="description-details">This is the description for item 1. Description lists are suitable for displaying terms and their descriptions as a set.</dd>
    <dt class="description-term">Item Name 2</dt>
    <dd class="description-details">This is the description for item 2. By changing the marker type, you can display bullets or sequential numbers.</dd>
    <dt class="description-term">Item Name 3</dt>
    <dd class="description-details">This is the description for item 3. This component corresponds to the HTML dl, dt, and dd elements.</dd>
</dl>