Tabel dan Form

December 02, 2010
Bekerja dengan FORM dan TABLE

<html>
<head><title>Test Page</title></head>
<body>
<h2>Data Collection</h2><p>
<form action="process.php" method="post">
<table>
<tr>
<td>Name:</td>
<td><input type="text" name="Name" /></td>
</tr>
<tr>
<td>Age:</td>
<td><input type="text" name="Age" /></td>
</tr>
<tr><td colspan="2" align="center"><input type="submit" /></td>
</tr>
</table>
</form>
</body>
</html>
Tabel dan Form Tabel dan Form Reviewed by Bank Ifoel on December 02, 2010 Rating: 5
Powered by Blogger.