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:

Verified
Correct Answer:
Verified
Q23: To create a media query within a
Q24: Briefly explain the procedure followed for setting
Q25: When a hover event is used to
Q26: According to Ethan Marcotte's responsive design theory,_
Q27: While designing web pages for mobiles,the page
Q29: Explain viewports and device width.Also,discuss setting widths
Q30: When submenus overlay page content,a(n)_ should be
Q31: Items within a flexbox are laid out
Q32: A flex item <u>cannot</u> itself be a
Q33: Alex, a web designer, is assigned the