link quis




Selasa, 15 Juli 2014

HTML Pertemuan ke 5 - 6


Table

<html>
<head>
<title> Membuat table </title>
</head>

<body bgcolor="pink">
<font size="20"color="purple">
Berikut Contoh Table </font> <br>
<table border="5">
<tr>
<td> Baris I Kolom I </td>
<td> Baris I Kolom II </td>
<td> Baris I Kolom III </td>
</tr>
<tr>
<td> Baris II Kolom I </td>
<td> Baris II Kolom II </td>
<td> Baris II Kolom III </td>
</tr>
<tr>
<td> Baris III Kolom I </td>
<td> Baris III Kolom II </td>
<td> Baris III Kolom III </td>
</tr>
<tr>
<td colspan="3"> Baris IV Kolom I </td>

</tr>
</table>
</body>
</html>

Tidak ada komentar:

Posting Komentar