HTML DOM Screen height Property
The Screen height property is used for returning the total height of a user's screen. It returns the total height of the screen in pixels. Syntax: screen.heightReturn Value: A Number, representing the total height of the user's screen, in pixels Below program illustrates the Screen height Property :