Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<style>
dt {
  display: block;
}
</style>
</head>
<body>
<p>A dt element is displayed like this:</p>
<dl>
  <dt>Coffee</dt>
  <dd>Black hot drink</dd>
  <dt>Milk</dt>
  <dd>White cold drink</dd>
</dl>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>