Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. </head>
  4. <body>
  5. <center>
  6. <img src="C:\Progging\frontpage\Welcome_mat_2.jpg" alt="WelcomeMat" style="width:600px;height:300px;">
  7. <br><br>
  8.  
  9.  
  10. <fieldset>
  11.  
  12. <form action="c:/Progging/User Info/users.php" method="post">
  13.  
  14. <input type='hidden' name='submitted' value='1'/>
  15. <lable for='name' >Full Name: </lable>
  16. <input type='text' name='name' id='name' maxlength="50" />
  17.  
  18. <label for='email' >Email:</label>
  19. <input type='text' name='email' id='email' maxlength="50" />
  20.  
  21. <label for='username' >Username:</label>
  22. <input type='text' name='username' id='username' maxlengt="50" />
  23.  
  24. <label for='password' >Password:</label>
  25. <input type='password' name='password' id='password' maxlength="50" />
  26. <input type='submit' name='submit' value='Submit' />
  27.  
  28. </form>
  29.  
  30.  
  31.  
  32. </fieldset>
  33. </center>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement