<!DOCTYPE html> <html> <body> <script> var x = "Height: " + screen.height + "px"; window.alert(x); </script> </body> </html>