<dt>
The HTML <dt>
element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a child element of a <dl>
. It is usually followed by a <dd>
element; however, multiple <dt>
elements in a row indicate several terms that are all defined by the immediate next <dd>
element.
https://developer.mozilla.org/en/docs/Web/HTML/Element/dt