Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <html>
  2. <body>
  3.  
  4. <form action="contact.php" method="post">
  5. <p><b>Username:</b> <input type="text" name="username" /><br />
  6. <b>Password:</b> <input type="text" name="password" /><br />
  7.  
  8.  
  9.  
  10. <p><b>Your comments:</b><br />
  11. <textarea name="comments" rows="10" cols="40"></textarea></p>
  12.  
  13. <p><input type="submit" value="Send it!"></p>
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement