Monday, December 2, 2013
membuat tabel biodata sederhana dengan html
saya akan membuat tabel biodata sederhana dengan menggunakan bahasa pemrograman HTML....
Listing Program
<html>
<head>
<title> Biodata Heru </title>
</head>
<body bgcolor="#0000CC">
<table width="730" border="1" cellspacing="2">
<tr>
<td colspan="2"><div align="center">Biodata Saya</div></td>
</tr>
<tr>
<td width="315">Nama : HERU KHOERUDDIN </td>
<td width="315" rowspan="3"><img src="heru.jpg" width="412" height="253"> </td>
</tr>
<tr>
<td>Npm : 06106120109</td>
</tr>
<tr>
<td height="213"> </td>
</tr>
<tr>
<td colspan="2"><div align="center">cariilmuit.blogspot.com</div></td>
</tr>
</table>
</body>
</html>
Author: Mohammad
Mohammad is the founder of STC Network which offers Web Services and Online Business Solutions to clients around the globe. Read More →
Related Posts:
Subscribe to:
Post Comments (Atom)
0 comments: