<script> document.write("<p>"); document.write("Rozdzielczość: " + screen.width + " x " + screen.height + "<br>"); document.write("Rozdzielczość dostępna: " + screen.availWidth + " x " + screen.availHeight + "<br>"); document.write("Głębia koloru: " + screen.colorDepth); document.write("</p>"); </script>