Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Technologie internetowe labolatorium</title>
- <meta charset="utf-8">
- <style type="text/css">
- .pojemnik1
- {background-color: green;
- margin: auto;
- width: 600px;
- height: 200px;}
- </style>
- </head>
- <body>
- <center>
- <div class="pojemnik1"><h1 id="demo"> Ćwiczenia </h1>
- <button type="button"
- onclick='document.getElementById("demo").style.backgroundColor = "red"';> Zmien kolor </button>
- <p><a href="lab02HTML/02przyklady.html" target="_blank"> 02Przyklady</a></p>
- <p><a href="lab02HTML/02przyklady2.html" target="_blank"> 02Przyklady2</a></p>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment