Advertisement
Guest User

Stronka

a guest
Nov 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8"/>
  5.         <title>Stroneczka</title>
  6.         <style>
  7.             body{
  8.                 background-color: pink;
  9.                 margin: 0 auto;
  10.             }
  11.         </style>
  12.     </head>
  13.     <body>
  14.         <center>
  15.         <h1>Formularz</h1>
  16.         <form action="test2.php" method="post">
  17.             ImiÄ™: <input type="text" name="a"/><br>
  18.             Nazwisko: <input type="text" name="b"/><br>
  19.             <input type="submit"/>
  20.         </form>
  21.         </center>
  22.     </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement