欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML <table> 標簽的 cellspacing 屬性

定義和用法

cellspacing 屬性規(guī)定單元格之間的空間。

注釋:請勿將該屬性與 cellpadding 屬性相混淆,cellpadding 屬性規(guī)定的是單元邊沿與單元內(nèi)容之間的空間。

實例

下面的例子把表格單元格間距設置為 10 像素:

<table border="8" cellspacing="10">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
</table>

TIY

語法

<body cellspacing="value">

屬性值

描述
pixels 規(guī)定單元之間的空間。