HTML Tables: Cell padding dan Cell spacing

Attribute cellpading dan cellspacing kegunaan sama yaitu memberikan ruang.



Cell padding

Contoh :

<table border="1" cellpadding="10">
<tr>
<td>baris</td>
<td>pertama</>
</tr>
<tr>
<td>baris</td>
<td>kedua</td>
</tr>
</table>

Maaf, karena template saya di reset, attribute cellpading tidak akan berfungsi di Blog ini. Anda bisa mencoba menggunakan Notepad.



Cell spacing

Contoh :

<table border="1" cellspacing="10">
<tr>
<td>baris</td>
<td>pertama</>
</tr>
<tr>
<td>baris</td>
<td>kedua</td>
</tr>
</table>

Jadinya :

baris pertama
baris kedua

0 comments:


Posting Komentar


Creative Commons License
HTML Tables: Cell padding dan Cell spacing by Nano Yulianto is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at http://nanoyulianto.blogspot.com/2010/11/html-tables-cell-padding-dan-cell.html.
Permissions beyond the scope of this license may be available at http://nanoyulianto.blogspot.com/.