You are on page 1of 1

<html> <head> <title>Form Login</title> </head> <body> <table> <tr> <td> <form method="GET" action="hasil.

php"> <input type="teks" name="user"> <input type="password" name="pass"> <input type="submit" value="Login"> </form> </td> </tr> </table> </body> </html>

You might also like