Solved

Identify the Cascading Style Sheet (CSS) Rule That Imports a File

Question 71

Multiple Choice

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&
D) @import url("screen.css") *screen, *projection;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions