Membuat Tabel di Blog


Untuk membuat sebuah tabel tunggal :
<table width="250" border="1">
<tr>
<td>tutorial blogger</td>
</tr>
<table>

Hasilnya akan seperti ini :

tutorial blogger


Untuk membuat tabel tunggal dengan format Center alignment :
<table width="200" border="1">
<tr>
<td align="center">tutorial blogger</td>
</tr>
</table>

Hasilnya akan seperti ini


tutorial blogger


Untuk membuat tabel dengan 2 baris dan 2 kolom, copy kode berikut ini :
<table width="300" border="1">
<tr>
<td align="center">Contoh 1</td>
<td align="center">Tutorial Blogger</td>
</tr>
<tr>
<td align="center">Contoh 2</td>
<td align="center">Tutorial Blogger</td>
</tr>
</table>

Hasilnya akan seperti ini :


Contoh 1

Tutorial Blogger

Contoh 2

Tutorial Blogger


subscribe

Subscribe

Monitor continues to update the latest from This blog directly in your email!

oketrik

0 Komentar to Membuat Tabel di Blog :

Posting Komentar

 
Tutorial Blogger Design by Trick and Tips Powered by Blogger