Advertisement
ignacy123

Olek html

Jun 8th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <html lang="en" class = "html">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <title>Głupie AUTA</title>
  6. <style>
  7. .Tytuł{color:aqua;}
  8. .html{background-color: red;}
  9. .wybur{color: black;}
  10. .wizytówka{background-color: black; color: azure;}
  11. </style>
  12. </head>
  13. <body>
  14. <div class="Tytuł">
  15. <h1>Witamy w Serwisie Głupie AUTA</h1>
  16. </div>
  17. <h2>Marka</h2>
  18. <div class = "wybur">
  19. <button id="Opel">Opel</button>
  20. <button id ="BMW">BMW</button>
  21. <button id = "Toyota">Toyota</button>
  22. <button id = "Mercedes">Mercedes</button>
  23. <button id = "Honda">Honda</button>
  24. <button id = "Audi">Audi</button>
  25. <button id = "r">Reset</button>
  26. </div>
  27. <h2>Model</h2>
  28. <select id="modele"></select>
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. <script src="index.js" ></script>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement