Console.log ("page visible area width" + document.body.clientWidth);
Console.log ("Page visible Area High" + document.body.clientHeight);
Console.log ("width of the visible area of the page (including edge width)" + document.body.offsetWidth);
Console.log ("High visible area of the page (including edge height)" + document.body.offsetHeight);
Console.log ("Full text width of the Web page" +document.body.scrollwidth);
Console.log ("The full text of the Web page is High" +document.body.scrollheight);
Console.log ("The Web page is rolled high" +document.body.scrolltop);
Console.log ("The webpage is rolled away left" +document.body.scrollleft);
Console.log ("The full text of the Web page" +window.screentop);
Console.log ("The full text of the Web page is left" +window.screenleft);
Console.log ("High screen Resolution" +window.screen.height);
Console.log ("High screen Resolution" +window.screen.width);
Console.log ("screen usable work area height" +window.screen.availheight);
Console.log ("Screen usable workspace width" +window.screen.availwidth);
Browser Web screen text width and height