Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>Forma1</title>
  7. <link rel="stylesheet" href="VjezbaForme1.css">
  8. <link rel="stylesheet" href="ResetCSS.css">
  9. </head>
  10. <body>
  11. <div class="Header"> <p>Create your Google acount</p></div>
  12. <div class="Content">
  13. <form id="Mainform " method="POST" action="contact.php">
  14. Name<br>
  15. <input type="text" id="firstName" name="firstName" placeholder="First " >
  16. <input type="text" name="LastName" id="LastName" placeholder="Last "><br>
  17. Chose your username <br>
  18. <input type="text" name="UserName" id="UserName" placeholder="someone "><br>
  19. Create a password <br>
  20. <input type="text" name="password" id="password"><br>
  21. Confirm your password <br>
  22. <input type="text" name="password" id="password"><br>
  23. Birthday <br>
  24. <input type="date" name="Birthday" id="Birthday"><br>
  25. <input type="" name="" id="">
  26. </form>
  27. </div>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement