HTML <table> cellspacing 属性
实例
把表格单元格间距设置为 10 像素:
<table border="1" cellspacing="10">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
运行实例
浏览器支持
所有主流浏览器都支持 cellspacing 属性。
定义和用法
HTML5 不支持 <table> cellspacing 属性。