Belajar membuat tabel dan memasukkan gambar dalam notepad++

script nya ...

<html>
<head>
<title> Table 4 </title>
</head>
<body>
<h2> Demo Membuat Tabel </h2>

<table border="1">
<caption> Daftar Harga honda Jazz 2016 </caption>
<tr>
<th height="50" width="30">> No </th>
<th width="180"> Seri/model </th>
<th width="150"> Kapasitas (cc) </th>
<th width="130"> Harga (&plusmn;) </th>
<th width="150"> Gambar </th>
</tr>
<tr bgcolor="green">
<th> 1 </td>
<th> S 1.5 MT </td>
<th> 1500 </td>
<th> Rp.228.000.00 </td>
<th> <a href="link gambar.html"> <img src="image/Picture1.png" width="120" height="70"/> </th>


</tr>
<tr bgcolor="yellow">
<th> 2 </td>
<th> RS 1.5 CVT </td>
<th> 1500 </td>
<th> Rp.238.000.00 </td>
<th> <img src="image/images.jpg" width="120" height="70"/> </th>
</tr>
<tr bgcolor="blue">
<th> 3 </td>
<th> RS 1.5 MT </td>
<th> 1500 </td>
<th> Rp.253.000.00 </td>
<th> <img src="image/6ELuZMc.png" width="120" height="70"/> </th>
</tr>
<tr bgcolor="red">
<th> 4 </td>
<th> RS 1.5 CVT </td>
<th> 1500 </td>
<th> Rp.263.000.00 </td>
<th> <img src="image/gambar-wallpaper-keren-untuk-hp-terbaru-2016-for-gambar-wallpaper-keren-gambar-wallpaper-keren-menyinggung-android-235x165.jpg" width="120" height="70"/> </th>
</tr>
</table>

0 Response to "Belajar membuat tabel dan memasukkan gambar dalam notepad++"

Post a Comment