The dl element represents a description list.
A dl element must have both a start tag and an end tag.
any element that can contain flow elements
The dl element represents a description list, which consists of zero or more term-description (name-value) groupings; each grouping associates one or more terms/names (the contents of dt elements) with one or more descriptions/values (the contents of dd elements).
interface HTMLDListElement : HTMLElement {};