Berikut adalah salah satu scierp html tabel bersarang :
<html>
<head>
<title>Membuat tabel besarang</title>
</head>
<body>
<table border=1 bgcolor=green>
<tr width="400px" height="90px">
<td>baris 1 kolom 1</td>
<td rowspan=2>
http://adf.ly/1eWlLK<table border=1 bgcolor=blue>
<tr bgcolor=red>
<td>no 1</td>
<td>no 2</td>
</tr>
<tr>
<td>no 3</td>
<td>no 4</td>
</tr>
</td>
</tr>
</table>
</tr>
<tr width="400px" height="90px">
<td>baris 2 kolom 1</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>Membuat tabel besarang</title>
</head>
<body>
<table border=1 bgcolor=green>
<tr width="400px" height="90px">
<td>baris 1 kolom 1</td>
<td rowspan=2>
http://adf.ly/1eWlLK<table border=1 bgcolor=blue>
<tr bgcolor=red>
<td>no 1</td>
<td>no 2</td>
</tr>
<tr>
<td>no 3</td>
<td>no 4</td>
</tr>
</td>
</tr>
</table>
</tr>
<tr width="400px" height="90px">
<td>baris 2 kolom 1</td>
</tr>
</table>
</body>
</html>
0 komentar:
Posting Komentar