Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Autoservis</title>
  4.  
  5. <style>
  6. body {
  7. background-color: grey;
  8. }
  9.  
  10. </style>
  11.  
  12. </head>
  13. <body>
  14.  
  15. <img src="MBcar.png" alt="Auto" align="middle" width="400" height="300">
  16. <form>
  17. Objednávka služeb<br>
  18. jméno a příjmení<input type="text" name="jmeno">
  19. <br>Co potřebujete?
  20. <br><input type="checkbox" name="puntik" value="SGK">seřízení geometrie kol<br>
  21. <input type="checkbox" name="puntik" value="STK">STK<br>
  22. <input type="checkbox" name="puntik" value="U">umytí
  23.  
  24.  
  25. <br><input type="submit" value="odeslat">
  26. </form>
  27.  
  28.  
  29.  
  30. <script>
  31.  
  32.  
  33.  
  34. </script>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement