Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<title>Buku Tamu</title>
</head>
<body>
<body background="24.jpg">
<table>
<tr>
<h2>Buku Tamu</h2>
<b>Hallo.. Kami sangat senang jika Anda mau mengisi buku tamu ini :)</b>
<HR align="center" color=black norhade size="3">
</tr>
<tr>
<h2>Tentang Anda</h2>
<td>Name:</td>
<td><input type="text" name="Name" maxlength=25></input></td>
<td><pre> </pre></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" name="Email" maxlength=30></input></td>
<td><pre> </pre></td>
</tr>
<tr>
<td>Location:</td>
<td><input type="text" name="Location" maxlength=25></input></td>
<td><pre> </pre></td>
</tr>
<tr>
<td>Website:</td>
<td><input type="text" name="Website" maxlength=30></input></td>
<td><pre> </pre></td>
</tr>
</table>
<form action="login.html" method="get">
<h3>Opini Anda</h3>
<b>Bagaimana pendapat Anda mengenai website saya?</b><br>
<input type="radio" name=Hot Link>Hot Link</input><br>
<input type="radio" name=Sangat Baik>Sangat Baik</input><br>
<input type="radio" name=Baik>Baik</input><br>
<input type="radio" name=Cukup>Cukup</input><br>
<b>Tuliskan Komentar Anda di bawah ini :<b><br>
<textarea cols="30" rows="5" name="Komentar "></textarea><br>
<input type="submit" value="Kirim">
<input type="reset" value="Batal">
</form>
</body>
</html>

You might also like