Advertisement
naelah

Lab 2: lab2form

Mar 10th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="ISO-8859-1">
  5. <title>Nael Mail</title>
  6. </head>
  7. <body>
  8. <h1> Enter e-mail and password</h1><br/>
  9. <form action=http://localhost/lab2/PasswordLogin method="post">
  10. email: <input type="text" name="email" value="[youremail@somewhere]"><br>
  11. password:
  12. <input type="password" name="password" value="Hacker">
  13. <input type="submit"><!--  press this to submit form --> </form>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement