<html>
<head>
<title>login</title>
</head>
<body>
<form action="login.php" method="POST">
<table border="1">
<tr>
<td>ID</td>
<td><input type="text" name="id"></td>
</tr>
<tr>
<td>pass</td>
<td><input type="text" name="pass"></td>
</table>
<input type="submit" value="rogin"><br>
</form>
</body>
</html>