dl tag html

HTML
<dl>
 <dt>Coffee</dt>
   <dd>Black hot drink</dd>
 <dt>Milk</dt>
   <dd>White cold drink</dd>
 </dl>
Source

Also in HTML: