Guest User

Untitled

a guest
Dec 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Technologie internetowe labolatorium</title>
  5. <meta charset="utf-8">
  6.  
  7. <style type="text/css">
  8.  
  9. .pojemnik1
  10. {background-color: green;
  11. margin: auto;
  12. width: 600px;
  13. height: 200px;}
  14.  
  15. </style>
  16. </head>
  17. <body>
  18. <center>
  19. <div class="pojemnik1"><h1 id="demo"> Ćwiczenia </h1>
  20.  
  21. <button type="button"
  22. onclick='document.getElementById("demo").style.backgroundColor = "red"';> Zmien kolor </button>
  23.  
  24.  
  25. <p><a href="lab02HTML/02przyklady.html" target="_blank"> 02Przyklady</a></p>
  26. <p><a href="lab02HTML/02przyklady2.html" target="_blank"> 02Przyklady2</a></p>
  27.  
  28. </div>
  29. </center>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment