?Identify the Cascading Style Sheet (CSS) rule that imports a file named screen.css only when a screen or projection device is being used.
A. ?@import url("screen.css") screen, projection;
B. ?#import url("screen.css") screen, projection;
C. ?@import url("screen.css") screen&&projection;
D. ?@import url("screen.css") *screen, *projection;
Answer: A
Computer Science & Information Technology
You might also like to view...
The software you need to view pages on the Internet is a web ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
With an area text box, it is possible to type more text than the container can show; this extra text is called ____________________ text.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology