<dl>
Name and value pairs: glossaries, spec sheets, metadata.
It holds groups of <dt>, the term, and <dd>, the description. One term can have several descriptions and one description can serve several terms — it is the only native way to mark that relationship. In the living standard each pair may be wrapped in a <div>, which settles the old pain of styling the list.
Every label in this herbarium is a <dl>. Field name on the left, value on the right, with no table and no paragraph pretending to be a record.
<dl>
<div>
<dt>Label</dt>
<dd>Grouping</dd>
</div>
<div>
<dt>Rarity</dt>
<dd>common</dd>
</div>
</dl>