Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9. <form id="form1" name="form1" method="post" action="">
  10. <table width="208" height="176" border="0
  11. ">
  12. <tr>
  13. <td colspan="2"><label>
  14. Username:
  15. <input type="text" name="textfield" id="textfield" />
  16. </label></td>
  17. </tr>
  18. <tr>
  19. <td colspan="2">
  20. Password:<br>
  21. <input type="password" name="psw"> </td>
  22. </tr>
  23. <tr>
  24. <td colspan="2">Re-type Password:<br />
  25. <input type="password" name="psw2" /></td>
  26. </tr>
  27. <tr>
  28. <td colspan="2">Firstname:
  29. <input type="text" name="textfield2" id="textfield2" /></td>
  30. </tr>
  31. <tr>
  32. <td colspan="2">Lastname:
  33. <input type="text" name="textfield3" id="textfield3" /></td>
  34. </tr>
  35. <tr>
  36. <td colspan="2"><p>E-mail address
  37. :
  38. <input type="text" name="textfield4" id="textfield4" />
  39. </p></td>
  40. </tr>
  41. <tr>
  42. <td width="93" align="center"><label>
  43. <input type="submit" name="button" id="button" value="Ok" />
  44. </label></td>
  45. <td width="99" align="center"><label>
  46. <input type="submit" name="button2" id="button2" value="Cancel" />
  47. </label></td>
  48. </tr>
  49. </table>
  50. <p>&nbsp;</p>
  51. </form>
  52. <p>&nbsp;</p>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement