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

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » compact 
'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.