Advertisement
cxsdsacs

html

Jun 26th, 2016
90
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>REGISTRATION FORM</title>
  4. <body>
  5.  
  6. <form name="registration" method="post" action="registration.php">
  7. USERNAME:<input type="text" name="name" value=""></br>
  8. EMAIL-ID:<input type="text" name="email" value=""></br>
  9. PASSWORD:<input type="text" name="password" value=""></br></br>
  10. <input type="submit" name="submit" value="submit">
  11. </form>
  12.  
  13. </body>
  14. </head>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement