(Tugas 10C) Tabel Border
Berikut iyalah lanjutan dari Tugas 10A dan 10B.
Tampilan Notepad :
<table border=7>
<tr height=40>
<td width=150>kolom 1 baris 1</td>
<td width=250>kolom 2 baris 2</td>
</tr>
<tr height=80>
<td width=150>kolom 1 baris 2</td>
<td width=250>kolom 2 baris 2</td>
</tr>
</table>
Hasilnya :
Tampilan Notepad :
<table border=7>
<tr height=40>
<td width=150>kolom 1 baris 1</td>
<td width=250>kolom 2 baris 2</td>
</tr>
<tr height=80>
<td width=150>kolom 1 baris 2</td>
<td width=250>kolom 2 baris 2</td>
</tr>
</table>
Hasilnya :
kolom 1 baris 1 | kolom 2 baris 2 |
kolom 1 baris 2 | kolom 2 baris 2 |
Komentar
Posting Komentar