<tr>
<td rowspan=2 bgcolor=orange>
<table border=1 width=200px height=100px align=center>
<tr>
<td>1A</td>
<td>2A</td>
</tr>
<tr>
<td>1B</td>
<td>2B</td>
</tr>
</table>
</td>
<td rowspan=2 bgcolor=red>
<table border=1 width=200px height=100px align=center>
<tr bgcolor=green>
<td>1C</td>
<td>2C</td>
</tr>
<tr bgcolor=green>
<td>1D</td>
<td>2D</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</body>
</head>
</html>
Kamis, 29 September 2016
Kamis, 08 September 2016
tugas label dan spaning
<html> <head> <title>Tabel dengan Colspan</title> </head> <body> <table width="500" border="1"> <tr> <th scope="col">Perumahan</th> <th colspan="4" scope="col">Tipe / Luas tanah (m<sup>2</sup>) </th> </tr> <tr> <td>Griya...
tugas tabel dan spaning
<html > <head> <title>Tabel dengan Colspan</title> </head> <body> <table width="500" border="1" > <th scope="col">Benua</th> <th colspan="2" scope="col">Eropa </th> <th colspan="4" scope="col">Asia...
tugastabel dan spaning
<head> <title>Tabel Dengan Rowspan </title> </head> <body> <table width ="500" border ="1"> <tr> <th scope ="col">Benua </th> <th scope ="col">Eropa </th> </tr> <tr> <td rowspan ="4">Negara </td> <td>Arab...
tugastabel dan spaning
<html> <head> <title>Tabel Dengan Rowspan </title> </head> <body> <table width ="500" border ="1"> <tr> <th scope ="col"> Nama Perumahan </th> <th scope ="col">Tipe / luas tanah (m<sup>2</sup>) </th> </tr> <tr> <td...
Senin, 05 September 2016
latian membuat tabel
<html>
<head>
<title>latihan membuat tabel</title>
</tr>
<tr bgcolor=red>
<td>data baris 1kolom 1</td>
<td>data baris 1kolom 2</td>
<td>databaris 1kolom 3</td>
</tr>
<tr bgcolor=yellow>
<td>data baris 2 kolom 1</td>
<td>data baris 2 kolom 2</td>
<td>data baris 2 kolom 3</td>
</tr>
<tr bgcolor=green>
<td>data baris 3 kolom 1</td>
<td>data baris 3 kolom 2</td>
<td>data baris 3 kolom 3</td>
</table>
</body>
</html>
tugas tabel 2
<head>
<tittle>penggunaan ALIGN</tittle>
</head>
<body>
<table border="1">
<caption>Daftar wiraniaga</caption>
<tr>
<th colspan ="2" rowspan ="2">WIRANIAGA</th>
<th colspan ="3">KOTA</th>
</tr>
<tr>
<th>SEMARANG</th>
<th>Kudus</th><th>Solo</th>
<tr>
<tr>
<th rowspan ="2">Jenis Kelamin</th>
<th>Pria</yh>
<th align= "right">30</td>
<td align= "right">20</td>
<td align= "right">30</td>
</tr>
<tr>
<th>wanita</th>
<td align= "right">20</td>
<td align= "right">8</td>
<td align= "right">18</td>
</tr>
</table>
</body>
</html>
<tittle>penggunaan ALIGN</tittle>
</head>
<body>
<table border="1">
<caption>Daftar wiraniaga</caption>
<tr>
<th colspan ="2" rowspan ="2">WIRANIAGA</th>
<th colspan ="3">KOTA</th>
</tr>
<tr>
<th>SEMARANG</th>
<th>Kudus</th><th>Solo</th>
<tr>
<tr>
<th rowspan ="2">Jenis Kelamin</th>
<th>Pria</yh>
<th align= "right">30</td>
<td align= "right">20</td>
<td align= "right">30</td>
</tr>
<tr>
<th>wanita</th>
<td align= "right">20</td>
<td align= "right">8</td>
<td align= "right">18</td>
</tr>
</table>
</body>
</html>
tugas tabel 1
<html>
<head>
<title<membuat tabel</title>
</head>
<body>
berikut contoh tabel dengan rowspan dan colspan
<table width=70% border=2 cellspacing=0 cellpadding=0 bgcolor=red>
</tr>
<tr bgcolor=yellow>
<td >baris 1 kolom 1</td>
<td>baris 1 kolom 2</td>
</tr>
</tr>
<tr bgcolor=green>
<td colspan=2>baris 2 kolom 1</td>
</td>baris3 kolom 2</td>
</tr>
</table>
</body>
</html>
<head>
<title<membuat tabel</title>
</head>
<body>
berikut contoh tabel dengan rowspan dan colspan
<table width=70% border=2 cellspacing=0 cellpadding=0 bgcolor=red>
</tr>
<tr bgcolor=yellow>
<td >baris 1 kolom 1</td>
<td>baris 1 kolom 2</td>
</tr>
</tr>
<tr bgcolor=green>
<td colspan=2>baris 2 kolom 1</td>
</td>baris3 kolom 2</td>
</tr>
</table>
</body>
</html>
Langganan:
Postingan (Atom)