Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>my new file</title>
- </head>
- <body>
- <h1>this is my new file</h1>
- <style>
- .inputy {
- background-color: rgb(65, 206, 185);
- font-size: small;
- color: brown;
- }
- .inpu {
- background-color: rgb(0, 0, 0);
- }
- .form-text {
- color: rgb(243, 239, 239);
- font-size: 20px;
- text-transform: uppercase;
- }
- .formFeild {
- padding: .10em;
- font-size: large;
- }
- .one {
- justify-content: space-around;
- }
- .uno {
- font-size: larger;
- color: rgb(0, 0, 0);
- text-transform: uppercase;
- font-weight: 600;
- }
- .firstform {
- font-size: small;
- color: rgb(198, 63, 63);
- }
- .primary {
- background-color: rgb(232, 141, 31);
- }
- </style>
- <div id="dabba" style="background-color: rgb(255, 255, 255); background-image:url(../picture/image\ \(16\).png); background-size: auto;>
- <form action=" backend.php " class="form ">
- <h2>Registration form</h2>
- <fieldset>
- <legend style="font-size: 20px; ">user personal information</legend>
- <div class="one formFeild ">
- <label for="enter your full name " class="form-text "> enter your full name</label><br>
- <input type="text " name="enter your full name " class="inputy " required><br>
- </div>
- <div class="two formFeild ">
- <label for="enter your email " class="form-text ">enter your email</label><br>
- <input type="text " name="enter your email " class="inputy " required><br>
- </div>
- <div class="three formFeild " class="form-text ">
- <label for="password " class="form-text "> enter your password</label><br>
- <input type="text " name="enter your password " class="inputy " required><br>
- </div>
- <div class="four formFeild " class="form-text ">
- <label for="confirm password " class="form-text ">confirm password</label><br>
- <input type="text " name="confirm password " class="inputy " required><br><br>
- </div>
- <div class="five formFeild " class="form-text ">
- <label for="enter your Gender " class="form-text ">enter your Gender</label><br>
- <input type="radio " name="gender " value="female " class="inputy " required><label class="inputy "> female</label><br>
- <input type="radio " name="gender " value="male " class="inputy " required>male<br>
- <input type="radio " name="gender " value="other " class="inputy " required>other<br><br>
- </div>
- <div class="six form feild " class="form-text ">
- <input type="submit " class="inputy " value="dabao "> <input type="reset " class="inputy " value="fir se dabao ">
- </div>
- </fieldset>
- </form>
- </div>
- <br>
- <div id="box " style="background-color: rgb(19, 0, 63); ">
- <form action="backend.php " class="form ">
- <fieldset>
- <div class="uno formFeild ">
- <label for="enter your full name ">enter your full name</label><br>
- <input type="text " name="enter your full name " class="inpu " required><br>
- </div>
- <div class="two formFeild ">
- <label for="enter your email ">enter your email</label><br>
- <input type="text " name="enter your email " class="inpu " required><br>
- </div>
- <div class="three formFeild ">
- <label for="password "> enter your password</label><br>
- <input type="text " name="enter your password " class="inpu " required><br>
- </div>
- <div class="four formFeild ">
- <label for="confirm password ">confirm password</label><br>
- <input type="text " name="confirm password " class="inpu " required><br><br>
- </div>
- <div class="five formFeild ">
- <label for="enter your Gender ">enter your Gender</label><br>
- <input type="radio " name="Gender " value="female " required>female<br>
- <input type="radio " name="gender " value="male " required>male<br>
- <input type="radio " name="gender " value="other " required>other<br><br>
- </div>
- </fieldset>
- </form>
- </div>
- <div id="aman " style="background-color: bisque; ">
- <form action=".php ">
- <h2>registration form</h2>
- <fieldset>
- <legend>student infromation</legend>
- <div class="six field " class="firstform ">
- <label for="first name " class="firstform "> first name</label><br>
- <input type="text " name="first name " class="primary ">
- </div>
- </fieldset>
- </form>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement