CSSのborder-spacingは、表 (テーブル) の枠線との間の大きさを指定するプロパティです。
border-spacing: horizontal vertical
0
以下に示す要素に対して、border-spacing プロパティを適用できる。
親要素の border-spacing プロパティの値が子要素へ継承される。
<table border="1" style="border-spacing: 30px 15px">
<tr>
<td>cell #1</td>
</tr>
</table>
cell #1 |
World Wide Web Consortium (2025) Cascading Style Sheets (CSS) Level 2