tabel cellpaddingとcellspacing

table cellpaddingとcellspacingについて

cellpaddingとは、枠内のマージン(余白)を指定
cellspacingとは、セル同士の間隔を指定

<table border="1" cellpadding="1" cellspacing="6" width="200" height="150">
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
</table>

▼こんな感じになります。

参考サイト:http://heo.jp/tag/table/padding.html
参考サイト:http://mbsupport.dip.jp/hp/hpt14.htm
参考サイト:http://www.tagindex.com/html_tag/table/table_cellspacing.html

admin

cl0606

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です