<html>
<head>
<title>SELAMAT DATANG</title>
</head>
<body style='background:url(http://cs.unsyiah.ac.id/~alamri/gambar/001.png);'>
<div style="background:#D4D4D4;width:600px; margin:50px auto 0px auto;padding:10px;border-radius:4px;">
<h3 style='background:#212121;color:#f2f2f2;padding:10px;margin:-10px -10px 0px -10px;text-align:center'>ISI DATA DI BAWAH INI!!</h3>
<fieldset>
<legend style="font-family:arial;">Identitas diri</legend>
<form action="tampil.php">
<table>
<tr><td>Nama</td><td>:</td><td><input type="text" name="nama"/></td></tr>
<tr><td>Kelas</td><td>:</td><td><input type="text" name="kelas" /></td></tr>
<tr><td>NIS</td><td>:</td><td><input type="text" name="NIS"/></td></tr>
<tr><td>Alamat</td><td>:</td><td><input type="text" name="Alamat"/></td></tr>
<tr><td><input type="submit" value="kirim"/></td></tr>
</table>
</form>
</fieldset>
</div>
</body>
</html>
maka hasilnya :
<head>
<title>SELAMAT DATANG</title>
</head>
<body style='background:url(http://cs.unsyiah.ac.id/~alamri/gambar/001.png);'>
<div style="background:#D4D4D4;width:600px; margin:50px auto 0px auto;padding:10px;border-radius:4px;">
<h3 style='background:#212121;color:#f2f2f2;padding:10px;margin:-10px -10px 0px -10px;text-align:center'>ISI DATA DI BAWAH INI!!</h3>
<fieldset>
<legend style="font-family:arial;">Identitas diri</legend>
<form action="tampil.php">
<table>
<tr><td>Nama</td><td>:</td><td><input type="text" name="nama"/></td></tr>
<tr><td>Kelas</td><td>:</td><td><input type="text" name="kelas" /></td></tr>
<tr><td>NIS</td><td>:</td><td><input type="text" name="NIS"/></td></tr>
<tr><td>Alamat</td><td>:</td><td><input type="text" name="Alamat"/></td></tr>
<tr><td><input type="submit" value="kirim"/></td></tr>
</table>
</form>
</fieldset>
</div>
</body>
</html>
maka hasilnya :
Komentar
Posting Komentar