Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <h1>Dodaj auto</h1>
- <h2>Marka</h2>
- <button id="BMW_btn">BMW</button>
- <button id="Audi_btn">Audi</button>
- <button id="Toyota_btn">Toyota</button>
- <button id="Honda_btn">Honda</button>
- <h2>Model</h2>
- <select id="modele"></select>
- <h2>Kolor</h2>
- <h2>Rodzaj paliwa</h2>
- <button>Benzyna</button>
- <button>Diesel</button>
- <button>Gaz</button>
- <button>Hybrid</button>
- <button>Elektyk</button>
- <h2>Rok</h2>
- <script src="auta.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement