Kamis, 09 Juni 2016

Hasil HTML Sistem Penjendelaan Dengan format 3x3

Penjendelaan Format Desain 3X3 Penjendelaan Format Desain 3x3 Di HTML
Baris 1 kolom 1
Baris 2 kolom 2
3x3 baris 3 kolom 3 3x3

Sistem Penjendelaan Dengan Format 3x3

<html>
<head>
<title>Penjendelaan Format Desain 3X3</title>
</head>
<body>
<td> Penjendelaan Format Desain 3x3 Di HTML </td>
<tr>
</p>
<table border=1 widht=100%>
<tr height=40>
<td colspan="3">Baris 1 kolom 1</td>
</tr>
<tr>
<tr height=20>
<td colspan="3">Baris 2 kolom 2</td>
</tr>
<tr>
<tr height=150>
<td widht=30%>3x3</td>
<td  widht=30%>baris 3 kolom 3</td>
<td  widht=30%>3x3</td>
</tr>
<body bgcolor="ryan">
</table>
</body>
</html>

Hasil Sistem Penjendelaan Dengan Format 3x2 Di HTML

Penjendelaan Format Desain 3X2 Penjendelaan Format Desain 3x2 Di HTML
Gabungan Kolom 1&1 pada Baris 1
Gabungan Kolom 2&2 pada Baris 2
3 baris 3 kolom 3

Sistem Penjendelaan Dengan Format 3x2 Di HTML

<html>
<head>
<title>Penjendelaan Format Desain 3X2</title>
</head>
<body>
<td> Penjendelaan Format Desain 3x2 Di HTML </td>
<tr>
</p>
<table border=1 widht=100%>
<tr height=60>
<td colspan="2">Gabungan Kolom 1&amp;1 pada Baris 1</td>
</tr>
<tr>
<tr height=20>
<td colspan="2">Gabungan Kolom 2&amp;2 pada Baris 2</td>
</tr>
<tr>
<tr height=200>
<td widht=30%>3</td>
<td  widht=30%>baris 3 kolom 3</td>
</tr>
<body bgcolor="yellow">
</table>
</body>
</html>