Read more ...»
pemograman web
pemograman web
Bagikan ke Pinterest
Read more ...»
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>
pemograman web
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>
pemograman web
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>
pemograman web
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>
<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>
pemograman web
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>

pemograman web
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>
pemograman web
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>
<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>
PEMOGRAMAN WEB
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>
<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>
PEMOGRAMAN WEB
pemograman web
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>
PW
<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 ...»
<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>
PEMOGRAMAN WEB
<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 ...»
<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>
pemograman web
<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 ...»
<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>
Langganan:
Postingan (Atom)