Kamis, 01 September 2016

Membuat Tabel Paket PW hal 83

<html>
<head>
<title>TABLE</title>
</head>
<body>
berikut contoh table dengan rowspan dan colspan
<table width=728px border=2 cellspacing=0 cellpadding=0 bgcolor=green>
     <tr bgcolor=orange>
        <td width=30%>baris 1 kolom 1</td
        <td>baris 1 kolom 2</td>
     </tr>
     <tr bgcolor=yellow>
        <td colspan=2>baris 2 kolom 1</td
    </tr>
     <tr bgcolor=red>
        <td rowspan=2>baris 3 kolom 1</td
     </tr>
 </table>
 </body>
 </html>



EmoticonEmoticon