1. <html>
  2.  
  3. <form action='login.php' method='POST'>
  4. <center>Username:   <input type='text' name='username'><br><center>
  5. <center>Password:   <input type='password' name='password'><br><center>
  6.             <input type='submit' value='Login'>
  7. </form>
  8. </html>