pemograman web

On Senin, 26 September 2016 0 komentar

Latihan Membuat Tabel Di Dalam Tabel

Membuat Tabel Di Dalam Tabel. Kali ini guru saya memberi tugas membuat tabel di dalam tabel seperti gambar di bawah ini :

Read more ...»

pemograman web

On 0 komentar

<html>
<head>
<title>tabel di dalam table</title>
</head>
<body>
<table border=1>
<tr>
<td>kolom pertama baris pertama</td>
<td rowspan=2>
<table border=1>
<tr>
<td>tabel di dalam tabel</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>kolom pertama baris kedua</td>
</tr>
</table>
</body>
</html>
Read more ...»

pemograman web

On Jumat, 09 September 2016 0 komentar


Membuat Tabel Dengan Rowspan

<html>
<head>
<title>Tabel Dengan Rowspan</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>Idonesia</td>
</tr>
<tr>
<td>Singapura</td>
</tr>
<tr>

<td rowspan="4">EROPA</td>
</tr>
<tr>
<td>Belanda</td>
</tr>
<tr>
<td>Italia</td>
</tr>
<tr>
<td>Inggris</td>
</tr>
<tr>
<td>Jerman</td>
</tr>
</table>
</body>
</html>
Read more ...»

pemograman web

On 0 komentar

membuat tabel dengan rowspan
<html>
<head>
<title>Tabel Dengan Rowspan</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>Idonesia</td>
</tr>
<tr>
<td>Singapura</td>
</tr>
<tr>

<td rowspan="4">EROPA</td>
</tr>
<tr>
<td>Belanda</td>
</tr>
<tr>
<td>Italia</td>
</tr>
<tr>
<td>Inggris</td>
</tr>
<tr>
<td>Jerman</td>
</tr>
</table>
</body>
</html>

Read more ...»

pemograman web

On 0 komentar

membuat tabel dengan colspan
<html>
<head>
<title>Tabel Dengan Colspan</title>
</head>
<body>
<table width="500"border="1">
<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>

Read more ...»

pemograman web

On Kamis, 08 September 2016 0 komentar

Membuat Tabel Spaining

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

Read more ...»

pemograman web

On Rabu, 07 September 2016 0 komentar

Tabel Colspan

<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>
Read more ...»

pemograman web

On Senin, 05 September 2016 0 komentar

Pemrograman Web

<html>
<head>
<title>unordered lish</title>
</head>
<body>

Macam macam peripheral
<ul type="disk">
<li>Input</li>
<li>Mouse</li>
<li>Keryboard</li>
<li>Touchpad</li>
<li>Microphone</li>
<li>Webcam</li>
<li>Scanner</li>
<li>Barcode</li>
<li>Kamera digital</li>
<li>Light pen</li>
<li>Joystick</li>
<li>Output</li>
<li>Monitor</li>
<li>Printer</li>
<li>Proyektor</li>
<li>Speaker</li>
<li>Plotter</li>

</body>
</html>
Read more ...»

pemograman web

On 0 komentar

Pemrograman Web

<html>
<head>
<title>unordered lish</title>
</head>
<body>

Macam macam peripheral
<ul type="circle">
<li>Input</li>
<li>Mouse</li>
<li>Keryboard</li>
<li>Touchpad</li>
<li>Microphone</li>
<li>Webcam</li>
<li>Scanner</li>
<li>Barcode</li>
<li>Kamera digital</li>
<li>Light pen</li>
<li>Joystick</li>
<li>Output</li>
<li>Monitor</li>
<li>Printer</li>
<li>Proyektor</li>
<li>Speaker</li>
<li>Plotter</li>

</body>
</html>
Read more ...»

PEMOGRAMAN WEB

On 0 komentar

Pemrograman Web

<html>
<head>
<title>unordered lish</title>
</head>
<body>

Macam macam peripheral
<ul type="circle">
<li>Input</li>
<li>Mouse</li>
<li>Keryboard</li>
<li>Touchpad</li>
<li>Microphone</li>
<li>Webcam</li>
<li>Scanner</li>
<li>Barcode</li>
<li>Kamera digital</li>
<li>Light pen</li>
<li>Joystick</li>
<li>Output</li>
<li>Monitor</li>
<li>Printer</li>
<li>Proyektor</li>
<li>Speaker</li>
<li>Plotter</li>

</body>
</html>
Read more ...»

PEMOGRAMAN WEB

On 0 komentar

Pemrograman Web

<html>
<head>
<title>odered lish</title>
</head>
<body>

Cara membuka NOtepad
<ol type="A">
<li>Klik start kemudian all program</li>
<li>Arahkan mouse ke accessories</li>
<li>kemudian klik notepad</li>

</body>
</html>

Read more ...»

pemograman web

On 0 komentar

Tabel Colspan

<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>

Read more ...»

PW

On Minggu, 04 September 2016 0 komentar

<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 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>
Read more ...»

PEMOGRAMAN WEB

On 0 komentar

<html>
<head>
<title>penggunaan ALIGN</title>
</head>
<body>
<table border="1">
<caption>Daftar wianiaga</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>
<td aligh="right">30</td>
<td aligh="right">20</td>
<td aligh="right">30</td>
</tr>
<tr>
<th>Wanita</th>
<td aligh="right">20</td>
<td aligh="right">8</td>
<td aligh="right">18</td>
</tr>
</table>
</body>
</html>
Read more ...»

pemograman web

On 0 komentar

<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 Persami</td>
<td>21/60</td>
<td>36/90</td>
<td>45/120</td>
<td>54/120</td>
</tr>
</table>
</body>
</html>
Read more ...»