'compact' Example : compact « HTML Attributes Reference « HTML CSS Reference






'compact' Example

    
<HTML>
<head><Title>Example For compact</Title></head>
<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.'compact' Syntax and Note
2.compact is applied to