a) True b) False Answer: a Explanation: True
View QuestionWhich of the following Media Query determines if output is monochrome and how many bits are used for gray display?
a) gray b) chrome c) monochrome d) none of the mentioned Answer: c Explanation: monochrome
View QuestionWhich of the following Media Query describes the scanning method of a TV?
a) orientation b) scan c) resolution d) none of the mentioned Answer: b Explanation: scan
View QuestionWhich of the following Media Query determines if output is grid, like a simple terminal or phone, or bitmap, like a standard monitor or printer?
a) monochrome b) grid c) resolution d) device-height Answer: b Explanation: grid
View QuestionWhich of the following Media Query describe the ratio of the device width to the device height of the media?
a) device-aspect b) device-aspect-ratio c) device-aspect-query d) none of the mentioned Answer: c Explanation: device-aspect-query
View QuestionWhich of the following @viewport Property locks the document in the specified orientation, portrait or landscape?
a) orientation b) resolution c) landscape d) portrait Answer: a Explanation: orientation
View QuestionWhich of the following @viewport Property sets the viewport height in the same way as width?
a) height b) width c) viewpor-width d) none of the mentioned Answer: a Explanation: height
View QuestionWhich of the following Viewport Property determines whether the display can be zoomed in and out?
a) scale b) set-scale c) adjust-scale d) user-scalable Answer: d Explanation: user-scalable
View QuestionWhich of the following Viewport Property sets the initial scaling factor?
a) scale b) initial-scale c) minimum-scale d) user-scale Answer: b Explanation: initial-scale
View QuestionWhich of the following media feature describes the number of entries in the color lookup table of the output device
a) color b) color-index c) color-value d) color-@media Answer: b Explanation: The ‘color-index’ media feature describes the ...
View Question