Guest User

Untitled

a guest
Nov 8th, 2016
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. <html>
  2. <head><title>Form</title></head>
  3. <body><marquee><h1><u><b>WELCOME</marquee>
  4. <form action="www.vb.com" method="post"><p>
  5. <label for"First Name"><h1>First Name:</label>
  6. <input id="First name"type="text"><br>
  7. <label for"Last Name">Last Name:</label>
  8. <input id="Last name"type="text"><br>
  9. <label for"Username">Username:</label>
  10. <input id="Username" type="text"><br>
  11. <label for"Password">Password:</label>
  12. <input id="Password" type="password"><br>
  13. Location:<Select name="Citites">
  14. <option>Candigarh
  15. <option>Kolkata
  16. <option>Delhi
  17. <option>Mumbai
  18. <option>Chennai
  19. <option>Bengaluru
  20. <option>Shimla
  21. </select><br>
  22. Birthday:<select name="Month">
  23. <option>January
  24. <option>February
  25. <option>March
  26. <option>April
  27. <option>May
  28. <option>June
  29. <option>July
  30. <option>August
  31. <option>September
  32. <option>October
  33. <option>November
  34. <option>December
  35. </select>
  36. <select name="Day">
  37. <option>1
  38. <option>2
  39. <option>3
  40. <option>4
  41. <option>5
  42. <option>6
  43. <option>7
  44. <option>8
  45. <option>9
  46. <option>10
  47. <option>11
  48. <option>12
  49. <option>13
  50. <option>14
  51. <option>15
  52. <option>16
  53. <option>17
  54. <option>18
  55. <option>19
  56. <option>20
  57. <option>21
  58. <option>22
  59. <option>23
  60. <option>24
  61. <option>25
  62. <option>26
  63. <option>27
  64. <option>28
  65. <option>29
  66. <option>30
  67. <option>31
  68. </select>
  69. <select name="year">
  70. <option>1990
  71. <option>1991
  72. <option>1992
  73. <option>1993
  74. <option>1994
  75. <option>1995
  76. <option>1996
  77. <option>1997
  78. <option>1998
  79. <option>1999
  80. <option>2000
  81. <option>2001
  82. <option>2002
  83. <option>2003
  84. <option>2004
  85. <option>2005
  86. </select><br><br>
  87. <input name="Gender"value="Male"type="radio">Male
  88. <input name="Gender"value="Female"type="radio">Female<br>
  89. <input type="checkbox"name="Check">I agree the terms and conditions
  90.  
  91. of www.Vb.com<br>
  92. Remarks:<Textarea rows="5"cols="20" name="remarks"></textarea><br>
  93. <h1><input value="Send"type="submit">
  94. <input type="Reset">
  95. </form></body></html>
Add Comment
Please, Sign In to add comment