<dl></dl>
compact

This tag is used to define a list of terms that will be formatted flush left and formatted paragraph style. The <dt> is used within the <dl> tag to define each definition term, and the <dd> tag should follow each <dt> tag to provide a definition for the term. (See <dt> and <dd>>

<dl compact=>

   Description
   The compact attribute is used to cause the enclosed text to render smaller
Code
   <dl compact>
<dt>YOUR TEXT HERE</dt> <dd>SOME MORE TEXT</dd>
</dl>
Appearance
  
YOUR TEXT HERE
SOME MORE TEXT
/body>