I need to make my web page height to fit the height of the screen size without scrolling.
HTML
you can use css to set the body tag to these settings:
body { padding:0px; margin:0px; width:100%; height:100%; }