下面的例子把表格单元格间距设置为 10 像素:
<table border="8" cellspacing="10">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
</table>
					
				<body cellspacing="value">
| 值 | 描述 | 
|---|---|
| pixels | 规定单元之间的空间。 |