Saturday, September 14, 2013

Html Data Sekolah

<html>
<head>
<title>sekolah</title>
</head>
<body>
<table border="1">
<tr>
<td colspan="3" align="center">
Data Sekolah</td>
</tr>
<tr>
<td>Nama</td>
<td>:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Alamat</td>
<td>:</td><td>
<input type="text"></td>
</tr>
<tr>
<td>Jurusan</td>
<td>:</td>
<td><input type="text"></td>
</tr>
<tr>
<td>Kelas</td><td>:</td>
<td><input type="text"></td>
</tr>
</table>
</body>
</html>

0 comments:

Post a Comment