?Which CSS3 media type is intended for devices that have a fixed-pitch character grid?

A. ?tty
B. ?tv
C. ?screen
D. ?handheld

Answer: A

Computer Science & Information Technology

You might also like to view...

Sections of the registry in Windows that contain system, software, device and user information are called:

A. archives B. partitions C. folders D. hives

Computer Science & Information Technology

Which statement about symbolic constants and/or macros is true?

a) The effects of symbolic constants and macros, once defined, cannot be modified. b) Preprocessor directive #removedef undefines a symbolic constant or macro. c) The scope of a symbolic constant or macro is normally from its point of definition to the end of the file, but this can be modified with a preprocessor directive. d) A name can always be redefined with #define.

Computer Science & Information Technology