Advertisement
Guest User

Register html code

a guest
Dec 20th, 2018
1,338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="css.css">
  5. <head>
  6. <body>
  7. <h1>Login page</h1>
  8. <form action="" method="post">
  9. Username: <input type="text" name="username"><br/><br/>
  10. Password: <input type="password" name="password"><br/><br/>
  11. <input type="submit" name="submit" value="Login">
  12. </form>
  13. </body>
  14. </html>
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. </style>
  22.  
  23. <body>
  24.  
  25. <div class="form-wrap">
  26.  
  27. <form>
  28.  
  29. <h1>Sign Up</h1>
  30.  
  31. <input type="text" placeholder="Username">
  32. <input type="password" placeholder="password">
  33. <input type="email" placeholder="Email">
  34. <input type="password" placeholder="Confirm Password">
  35. <input type="submit" name="submit" value="Sign Up">
  36.  
  37. </form>
  38.  
  39. </div>
  40.  
  41.  
  42.  
  43. </body>
  44.  
  45.  
  46.  
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement