Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <!Doctype html>
  2. <html>
  3. <head><meta charset="utf-8">
  4. <style>
  5. body{
  6. font:16px Verdana;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11. <h1>Форма</h1>
  12. <form action="core.php" method=post>
  13. Имя<input type="text" name="name" required><br><br>
  14. Фамилия<input type="text" name="familia" required><br><br>
  15. Город<input type="text" name="gorod" required><br><br>
  16. Почта<input type="email" name="e-mail" required><br><br>
  17. Пароль<input type="password" name="pwd0" required><br><br>
  18. Повторите<input type="password" name="pwd" required><br><br>
  19. <input type="submit" value="Отправить"><br>
  20. </form>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement