Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Forms</title>
  4. </head>
  5. <body>
  6. <form action="process.php" method="post">
  7. Username: <input type="text" name="username" value="test" />
  8. <br />
  9. Password: <input type="password" name="password" value="" />
  10. <br/>
  11. <input type="submit" name="submit" value="Submit" />
  12.  
  13. </form>
  14. </body>
  15.  
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement