.:: Selamat Datang Semoga Blog Ini Bermanfaat Bagi Pengunjung Sekalian ::.

Rabu, 24 November 2010

Capture Tugas Teknik Pemodelan dan Simulasi (Content 5)

Gambar. Content 5

.:: Contoh soure code HTML gambar content 5 ::.

<html>
<head>
<! Bagian dari dokumen HTML>
<title>Tabel</title>
</head>
<body bgcolor=#585858>
<center>
<h1><font face=Georgia color=#009fff>Tabel</font></h1>

<table border width=70% align=center>

 
<caption><b>Judul Tabel</b></caption>

<tr>
<th>Baris 1 Kolom 1</th>
<th colspan=2>Baris 1 Kolom 2-3</th>
</tr>
<tr>
<th>Baris 2 Kolom 1</th>
<td rowspan=2>Baris 2-3 Kolom 2</td>
<td>Baris 2 Kolom 3</td>
</tr>
<tr>
<th>Baris 3 Kolom 1</th>
<td>Baris 3 Kolom 3</th>
</tr>
<tr>
<td align=left>Left</td>
<td align=center>center</td>
<td align=right>right</td>
</tr>
<tr height=50%>
<td valign=top>top</td>
<td valign=middle>middle</td>
<td valign=bottom>bottom</td>
</tr>

</table>

<center>

<hr size=5 width=20% color=green>


<address>
Nama = Abdurrahman Latif <br>
Tempat Tanggal Lahir = Jakarta, 26 Januari 1990 <br>
Alamat= Jl. Baratasena II Blok BB 4 No.19 <br>
Ciputat - Tangerang Selatan <br>
021-74705059 <br>
021-91167920 <br>
japan_script@yahoo.com <br>
latif-frontline.blogspot.com <br>
</address>

<hr size=5 width=30% color=red>
</center>
</body>
</html>