'cellspacing' sets the width of the empty space between cells in a table : cellspacing : Table Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Attributes » cellspacing »

 

'cellspacing' sets the width of the empty space between cells in a table



    
<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 content</td>
       <td height="79">Loooooooooooooooooooooooooooooooooong</td>
   </tr>
</table>
</BODY>
</HTML>  

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Attributes
» cellspacing