Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <style>
  7. body {
  8. background-color: #DEC3CA
  9. }
  10. h1 {
  11. background: ;
  12. margin-top: 10px;
  13. display: block;
  14. width: 500px;
  15. height: 87px;
  16. float: right;
  17. margin: 10px 10px 10px 10px;
  18. font-family: "Century Gothic";
  19. }
  20. h2 {
  21. background: ;
  22. margin-top: 10px;
  23. display: block;
  24. width: 400px;
  25. height: 87px;
  26. position: absolute;
  27. left: 550px;
  28. top: 350px;
  29. margin: 10px 10px 10px 10px;
  30. font-family: "Century Gothic";
  31. font-size: 15px;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <h1>
  37. <form>
  38. Username : <input type="text" name="username" />
  39. Password: <input type="password" name="password" /> <br>
  40. <input type="submit" name="submit" value="Submit" />
  41. </form>
  42. </h1>
  43. <h2>
  44. New to Website? Signup
  45. <form>
  46. <Username : <input type="text" name="username" /> <br>
  47. Email : <input type="text" name="email" /> <br>
  48. Password: <input type="password" name="password" /> <br>
  49. Firstname : <input type="text" name="firstname" /> <br>
  50. Middlename : <input type="text" name="middlename" /> <br>
  51. Lastname : <input type="text" name="lastname" /> <br>
  52. Gender: <input type="radio" name="gender" value="male" checked> Male<br>
  53. <input type="radio" name="gender" value="female"> Female<br>
  54. Date of Birth : <input type="text" name="dob" /> <br>
  55. <input type="submit" name="signup" value="Signup" />
  56. </form>
  57. </h2>
  58. </body>
  59. </html><!DOCTYPE html>
  60. <html>
  61. <head>
  62. <meta charset="UTF-8">
  63. <title></title>
  64. <style>
  65. body {
  66. background-color: #DEC3CA
  67. }
  68. h1 {
  69. background: ;
  70. margin-top: 10px;
  71. display: block;
  72. width: 500px;
  73. height: 87px;
  74. float: right;
  75. margin: 10px 10px 10px 10px;
  76. font-family: "Century Gothic";
  77. }
  78. h2 {
  79. background: ;
  80. margin-top: 10px;
  81. display: block;
  82. width: 400px;
  83. height: 87px;
  84. position: absolute;
  85. left: 550px;
  86. top: 350px;
  87. margin: 10px 10px 10px 10px;
  88. font-family: "Century Gothic";
  89. font-size: 15px;
  90. }
  91. </style>
  92. </head>
  93. <body>
  94. <h1>
  95. <form>
  96. Username : <input type="text" name="username" />
  97. Password: <input type="password" name="password" /> <br>
  98. <input type="submit" name="submit" value="Submit" />
  99. </form>
  100. </h1>
  101. <h2>
  102. New to Website? Signup
  103. <form>
  104. <Username : <input type="text" name="username" /> <br>
  105. Email : <input type="text" name="email" /> <br>
  106. Password: <input type="password" name="password" /> <br>
  107. Firstname : <input type="text" name="firstname" /> <br>
  108. Middlename : <input type="text" name="middlename" /> <br>
  109. Lastname : <input type="text" name="lastname" /> <br>
  110. Gender: <input type="radio" name="gender" value="male" checked> Male<br>
  111. <input type="radio" name="gender" value="female"> Female<br>
  112. Date of Birth : <input type="text" name="dob" /> <br>
  113. <input type="submit" name="signup" value="Signup" />
  114. </form>
  115. </h2>
  116. </body>
  117. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement