a) True b) False Answer: a Explanation: True
View QuestionIf an @media/@import rule contains a malformed media type (not an identifier) then the statement is valid.
a) True b) False Answer: b Explanation: @media and @import rules with unknown media ...
View Question____________ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.
a) tv b) tty c) media d) audio Answer: c Explanation: Media types are mutually exclusive in the sense ...
View QuestionWhat is the way to specify media dependencies for style sheets ?
a) Specify the target medium from a style sheet with the @media or @import at-rules b) Specify the ...
View QuestionThe __________ rule makes it possible to define different style rules for different media types in the same stylesheet.
a) audio/video b) sink c) @media d) @canvas Answer: c Explanation: Example: @media screen { ...
View QuestionWhat does braille media type is used for?
a) For use with all devices b) For use with speech synthesizers c) For use with handheld devices d) For ...
View QuestionWhat does aural media type is used for ?
a) for use with low-resolution teletypes, terminals, or other devices with limited display capabilities b) For use with ...
View QuestionWhat does tty media type is used for ?
a) For use with low-resolution teletypes, terminals, or other devices with limited display capabilities. b) For use with Braille ...
View QuestionWhat does projection media type is used for?
a) For use with projected media (direct computer-to-projector presentations), or printing transparencies for projection. b) For use with ...
View QuestionWhat does all media type is used for?
a) For use with all devices b) For use with speech synthesizers c) For use with handheld devices d) For use with ...
View Question