1.

Which of the following is not screen object property?(a) width(b) colorDepth(c) pixelDepth(d) languageI got this question in an internship interview.Question is from Essential JavaScript and jQuery in division HTML Tables, Javascript & Jquery Basics of HTML

Answer»

Right OPTION is (d) language

Explanation: The screen OBJECT properties are availWidth, pixelDepth, width, HEIGHT, colorDepth, availDepth. The TOTAL width of the screen is returned by width, height returns the total height of the screen, pixelDepth returns color resolution of the screen in pixels.



Discussion

No Comment Found

Related InterviewSolutions