'height' Example : height 2 « Javascript Properties « JavaScript Reference

'height' Example

    
<html>
<body>
<button onclick="alert(screen.height);">Screen Height</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'height' Syntax and Note
2.'height' is applied to