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






'cellspacing' Example

    
<HTML>
<head><Title>Example For cellspacing</Title></head>
<BODY>
<table width="542" cellSpacing="15">
   <tr><th height="79" colspan="2">This table has cellSpacing="15"</th></tr>
   <tr><td height="79">Cell 1</td>
       <td height="79">Cell 2 content</td>
   </tr>
</table>
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'cellspacing' Syntax and Note
2.cellspacing is applied to