Advertisement
Guest User

vfv

a guest
Oct 7th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8" />
  5. <style>
  6.  
  7.  
  8. </style>
  9. </head>
  10. <body>
  11. <h1> Osoba zamawiajaca </h1>
  12. <form action="index.php" method="post" >
  13.  
  14.  
  15. Imię:<<input type="text" name="imie" />
  16.  
  17.  
  18. Nazwisko:<input type="text" name="nazwisko" />
  19.  
  20.  
  21. Adres:<input type="text" name="adres" />
  22.  
  23.  
  24. <h1> Przedmioty </h1>
  25.  
  26.  
  27. Pioro (5.99 PLN/szt.)
  28. <input type="number" name="dlugopis" min="0" />
  29.  
  30. Klej (2.39 PLN/szt.)
  31. <input type="number" name="olowek" min="0" />
  32.  
  33. Marker (4 PLN/szt.)
  34. <input type="number" name="kalkulator" min="0" />
  35.  
  36. Korektor (3.99 PLN/szt.)
  37. <input type="number" name="zeszyt" min="0" />
  38.  
  39.  
  40. <input type="submit" value="Złóż zamówienie" />
  41.  
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement