Guest User

Untitled

a guest
Oct 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <title>Register</title>
  6.  
  7. </head>
  8.  
  9. <body>
  10.  
  11. <h1>Register</h1>
  12.  
  13. <table><tr>
  14.  
  15. <form action=register.php method=post>
  16.  
  17. <td width="81">Username:</td>
  18.  
  19. <td width="247"><input name="username" size="30"
  20. autocomplete="off" value="" type="text" /></td>
  21.  
  22. </tr><tr>
  23.  
  24. <td>Password:</td>
  25.  
  26. <td><input name="password" size="30" type="password" /></td>
  27.  
  28. </tr>
  29.  
  30. <tr>
  31.  
  32. <td>First Name:</td>
  33.  
  34. <td><input name="firstname" size="30" type="text" /></td>
  35.  
  36. </tr>
  37.  
  38. <tr>
  39.  
  40. </table>
  41.  
  42.  
  43.  
  44. <p><input type="submit" class="button" value="Register" /></p>
  45.  
  46. </form>
  47.  
  48. </body>
  49.  
  50. </html>
Add Comment
Please, Sign In to add comment