Advertisement
ignacy123

auta html

Jun 8th, 2024
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.71 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.     <meta charset="UTF-8">
  4.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5.     <title>Document</title>
  6. </head>
  7. <body>
  8.    
  9.     <h1>Dodaj auto</h1>
  10.  
  11.     <h2>Marka</h2>
  12.     <button id="BMW_btn">BMW</button>
  13.     <button id="Audi_btn">Audi</button>
  14.     <button id="Toyota_btn">Toyota</button>
  15.     <button id="Honda_btn">Honda</button>
  16.  
  17.     <h2>Model</h2>
  18.     <select id="modele"></select>
  19.    
  20.     <h2>Kolor</h2>
  21.     <h2>Rodzaj paliwa</h2>
  22.     <button>Benzyna</button>
  23.     <button>Diesel</button>
  24.     <button>Gaz</button>
  25.     <button>Hybrid</button>
  26.     <button>Elektyk</button>
  27.     <h2>Rok</h2>
  28.  
  29.  
  30.     <script src="auta.js"></script>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement