Archive for September 2016

cara membuat table halaman 91 pemrog,web smk kelas 10

<html>
<head>
<title>Tabel Dengan Colspan</title>
</head>
<body>
<table width="300"border="1" bgcolor="green">
<tr>
<th scope="col">Benua</th>
<th colspan="2"scope="col">Eropa</th>
<th colspan="2"scope="col">Asia</th>
</tr>
<tr>
<td>Negara</td>
<td>Belanda</td>
<td>Italia</td>
<td>Indonesia</td>
<td>India</td>
</tr>
</table>
</body>
</html

table spining

html>
<head>
<title>
membuat tabel spanning buah buahan
</title>
</head>
<body>
<table border="1" width="400">
<tr>
<td>apel</td>
<td rowspan=2>Jeruk</td>
<td>Mangga</td>
</tr>
<tr>
<td>pisang</td>
<td>nanas</td>
</tr>
</table>
</body>
</html>


tugas hal 91

<html>
<head>
<title>Tabel Benua Dan Negara</title>
</head>
<body>
<table width="500" border="1">
<tr>
<th scope="col" >Benua</th>
<th scope="col" >Negara</th>
</tr>
<tr>
<td Rowspan="4">ASIA</td>
<td>Arab Saudi</td>
</tr>
<tr>
<td>India</td>
</tr>
<tr>
<td>Indonesia</td>
</tr>
<tr>
<td>Singapura</td>
</tr>
<tr>
<td Rowspan="4">EROPA</td>
<td>Belanda</td>
</tr>
<tr>
<td>Italia</td>
</tr>
<tr>
<td>Inggris</td>
</tr>
<tr>
<td>Jerman</td>
</tr>
</table>
</body>
</html>

tugas 2 halaman 90

<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 Indah Permai </td>
<td>21 / 60</td>
<td>36 / 90</td>
<td>45 / 120</td>
<td>54 / 120</td>
</tr>
</table>
</body>
</html>


tugas halaman 89

<html>
<head>
<ttle>Table 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 rowspan="4">Griya Indah Permai </td>
<td>21 / 60 </td>
</tr>
<tr>
<td>36 / 90 </td>
</tr>
<tr>
<td>45 / 120 </td>
</tr>
<tr>
<td>54 / 120 </td>
</tr>
</table>
</body>
</html>


html tabel type rowspan

<html>
<head>
<ttle>Table 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 rowspan="4">Griya Indah Permai </td>
<td>21 / 60 </td>
</tr>
<tr>
<td>36 / 90 </td>
</tr>
<tr>
<td>45 / 120 </td>
</tr>
<tr>
<td>54 / 120 </td>
</tr>
</table>
</body>
</html>`
`

Tabel html

<html>
<head>
<title>tabel</title
<body>
berikut contoh tabel dengan rowspan dan colspan
<table width=80% border=2 celspacing=0 cellpadding=0>
<tr>
<td>baris 1 kolom 1</td>
<td>baris 1 kolom 2</td>
</tr>
<tr>
<td colspan=2>baris 2 kolom 1</td>
</tr>
<tr>
<td rowspan=2 baris 3 kolom 1</td>
<td>baris 3 kolom 2</td>
</tr>
<table>
</body>
</html>

Daftar Wiraniaga

<title>penggunaan ALIGN</title>
</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</th>
<th align= "right">30</td>
<th align= "right">20</td>
<th 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>


list kombinasi 2

<html>
<head>
<title>list kombinasi</title>
</head>
<body>
<ol>
<li>Landasan hukum/Legal Opersional</li>
<li>Aspek institusional</li>
<li>Cakupan Pelayanan</li>
<li>Aspek teknis dan Teknologi</li>
<ol type="a">
<b><li>Tempat Penampungan Sementara(TPS)</li></b>
<b><li>Tempat Pemprosesan Akhir(TPA)</li></b>
</ol>
<li>Peran serta Masyarakat dan Jender dalam Pengolahan Sampah</li>
<li>Permasalahan dalam Pengelolaan Sampah</li>
</ol>
</body>
</html>


- Copyright © Latif Rahmanto TKJ 1 - Blogger Templates - Powered by Blogger - Designed by Johanes Djogan -