Facebook
From Konrad, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 182
  1. <html lang="pl">
  2.   <head>
  3.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4.     <meta http-equiv="Content-Script-Type" content="text/javascript">
  5.     <title>Moja strona WWW</title>
  6.        
  7. </head>
  8. <body>
  9. <script>
  10.         var i = document.getElementById("powiekszenie");
  11.        
  12.         //function big(x){
  13.         //  x.style.height=500;
  14.         //  x.style.width=500;
  15.         //};
  16.  
  17. </script>
  18.  
  19.   <div id="powiekszenie" >
  20.   dsdsd
  21.   </div>
  22.        
  23. </body>
  24. </html>