HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>Resize the screen height and click 'Run' button (height is constant)</p> <script> document.write(window.screen.height); </script> </body> </html>
OUTPUT
×

Save as Private