Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Index:
  2. <!doctype html>
  3. <html lang="pl">
  4. <head>
  5. <meta charset="utf-8">
  6. <link href="style.css" rel="stylesheet" type="text/css" />
  7. <title>Kacper Oklesiński - wypożyczalnia aut "u Albinosów"</title>
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. <body>
  10. <header>
  11. <h1>Wypożyczalnia U Albinosów </h1>
  12. </header>
  13. <section>
  14. <p>Formularz zgłosznia</p>
  15. <form action="/action_page.php">
  16. <label for="fname">Imię:</label><br>
  17. <input type="text" ><br>
  18. <label for="fname">Nazwisko:</label><br>
  19. <input type="text" ><br>
  20. <label for="fname">Serai numer dowodu:</label><br>
  21. <input type="text" ><br>
  22. <label for="fname">Numer Pesel/NIP:</label><br>
  23. <input type="text" ><br>
  24. <label >Numer kontaktowy:</label><br>
  25. <input type="text" ><br>
  26. <p>Wraz z Kierowcą</p>
  27. <input type="radio" id="kierowca" value="tak">
  28. <label for="kierowca">TAK</label><br>
  29. <input type="radio" id="kierowca" value="nie">
  30. <label for="kierowca">NIE</label><br>
  31. <p>Ma pan obecnie wypożyczony jakiś samochód</p>
  32. <input type="radio" id="inne_auto" value="tak">
  33. <label for="inne_auto">TAK</label><br>
  34. <input type="radio" id="inne_auto" value="nie">
  35. <label for="inne_auto">NIE</label><br>
  36. </form>
  37. </section>
  38. <article>
  39. <h2>Dostępna flota</h2>
  40. <form action="/action_page.php">
  41. <p>Typu sedan</p>
  42. <select size=”3” >
  43. <option >Toyota Corolla </option>
  44. <option >Opel Astra </option>
  45. <option >Fiat Tipo </option>
  46. <option >Volkswagen Jetta</option>
  47. </select>
  48. <p>Typu kombi</p>
  49. <select>
  50. <option >Citroen C5 Tourer</option>
  51. <option >Honda Accord Tourer </option>
  52. <option >Hyundai i40 CW</option>
  53. <option >Mazda 6</option>
  54. </select>
  55. <br></br>
  56.  
  57. </form>
  58.  
  59. <h3>Czas trwania umowy</h3>
  60. <form>
  61. <p>Na ile dni potrzebny Panu/Pani szmochód</p>
  62. <select >
  63. <option >1-3</option>
  64. <option >7-14</option>
  65. <option >14-21</option>
  66. <option >21-30</option>
  67. <option >30-60</option>
  68. <option >60+</option>
  69. </select>
  70. </form>
  71. <br>
  72. <input type="submit" value="Złóż wniosek!">
  73. </article>
  74. <footer>
  75. <p><<<<<<<<<<<<<<<<<<<<<<<<<<<<< Wypożyczalnia U Albinosów >>>>>>>>>>>>>>>>>>>>>>>>></p>
  76. <p>Powered by Kacper Oklesiński, IIIinfB</p>
  77. </footer>
  78. </body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement