'compact' reduces the white space between each item in a list or menu : dl « Tags « HTML / CSS






'compact' reduces the white space between each item in a list or menu

 
    
<HTML>
<BODY>
<dl compact="true">
    <dt>Compacted Definition List</dt>
    <dt>1.</dt>
    <dd>Definition 1.</dd>
    <dt>2.</dt>
    <dd>Definition 2.</dd>
</dl>
</BODY>
</HTML>  
    
      
        
  








Related examples in the same category

1.Definition list
2.Create definition layout
3.'dl' Example