Solved

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

Question 28

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&&projection;
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