Advertisement
A_God

TEST

Mar 10th, 2022
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>my new file</title>
  9. </head>
  10.  
  11. <body>
  12. <h1>this is my new file</h1>
  13. <style>
  14. .inputy {
  15. background-color: rgb(65, 206, 185);
  16. font-size: small;
  17. color: brown;
  18. }
  19.  
  20. .inpu {
  21. background-color: rgb(0, 0, 0);
  22. }
  23.  
  24. .form-text {
  25. color: rgb(243, 239, 239);
  26. font-size: 20px;
  27. text-transform: uppercase;
  28. }
  29.  
  30. .formFeild {
  31. padding: .10em;
  32. font-size: large;
  33. }
  34.  
  35. .one {
  36. justify-content: space-around;
  37. }
  38.  
  39. .uno {
  40. font-size: larger;
  41. color: rgb(0, 0, 0);
  42. text-transform: uppercase;
  43. font-weight: 600;
  44. }
  45.  
  46. .firstform {
  47. font-size: small;
  48. color: rgb(198, 63, 63);
  49. }
  50.  
  51. .primary {
  52. background-color: rgb(232, 141, 31);
  53. }
  54. </style>
  55.  
  56.  
  57.  
  58. <div id="dabba" style="background-color: rgb(255, 255, 255); background-image:url(../picture/image\ \(16\).png); background-size: auto;>
  59. <form action=" backend.php " class="form ">
  60. <h2>Registration form</h2>
  61. <fieldset>
  62. <legend style="font-size: 20px; ">user personal information</legend>
  63. <div class="one formFeild ">
  64. <label for="enter your full name " class="form-text "> enter your full name</label><br>
  65. <input type="text " name="enter your full name " class="inputy " required><br>
  66. </div>
  67. <div class="two formFeild ">
  68. <label for="enter your email " class="form-text ">enter your email</label><br>
  69. <input type="text " name="enter your email " class="inputy " required><br>
  70. </div>
  71. <div class="three formFeild " class="form-text ">
  72. <label for="password " class="form-text "> enter your password</label><br>
  73. <input type="text " name="enter your password " class="inputy " required><br>
  74. </div>
  75. <div class="four formFeild " class="form-text ">
  76. <label for="confirm password " class="form-text ">confirm password</label><br>
  77. <input type="text " name="confirm password " class="inputy " required><br><br>
  78. </div>
  79. <div class="five formFeild " class="form-text ">
  80. <label for="enter your Gender " class="form-text ">enter your Gender</label><br>
  81. <input type="radio " name="gender " value="female " class="inputy " required><label class="inputy "> female</label><br>
  82. <input type="radio " name="gender " value="male " class="inputy " required>male<br>
  83. <input type="radio " name="gender " value="other " class="inputy " required>other<br><br>
  84. </div>
  85. <div class="six form feild " class="form-text ">
  86. <input type="submit " class="inputy " value="dabao "> <input type="reset " class="inputy " value="fir se dabao ">
  87. </div>
  88. </fieldset>
  89. </form>
  90. </div>
  91. <br>
  92. <div id="box " style="background-color: rgb(19, 0, 63); ">
  93. <form action="backend.php " class="form ">
  94. <fieldset>
  95. <div class="uno formFeild ">
  96. <label for="enter your full name ">enter your full name</label><br>
  97. <input type="text " name="enter your full name " class="inpu " required><br>
  98. </div>
  99. <div class="two formFeild ">
  100. <label for="enter your email ">enter your email</label><br>
  101. <input type="text " name="enter your email " class="inpu " required><br>
  102. </div>
  103. <div class="three formFeild ">
  104. <label for="password "> enter your password</label><br>
  105. <input type="text " name="enter your password " class="inpu " required><br>
  106. </div>
  107. <div class="four formFeild ">
  108. <label for="confirm password ">confirm password</label><br>
  109. <input type="text " name="confirm password " class="inpu " required><br><br>
  110. </div>
  111. <div class="five formFeild ">
  112. <label for="enter your Gender ">enter your Gender</label><br>
  113. <input type="radio " name="Gender " value="female " required>female<br>
  114. <input type="radio " name="gender " value="male " required>male<br>
  115. <input type="radio " name="gender " value="other " required>other<br><br>
  116. </div>
  117. </fieldset>
  118. </form>
  119. </div>
  120. <div id="aman " style="background-color: bisque; ">
  121. <form action=".php ">
  122. <h2>registration form</h2>
  123.  
  124. <fieldset>
  125. <legend>student infromation</legend>
  126. <div class="six field " class="firstform ">
  127. <label for="first name " class="firstform "> first name</label><br>
  128. <input type="text " name="first name " class="primary ">
  129. </div>
  130. </fieldset>
  131. </form>
  132. </div>
  133. </body>
  134. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement