Solved

Identify the Query That Matches Any Screen Device That Also

Question 10

Multiple Choice

Identify the query that matches any screen device that also supports color. ​


A) @media screen and color {       style rules
}
B) media (@screen) and (@color) {       style rules
}
C) @media screen and @(color) {       style rules
}
D) @media screen and (color) {       style rules
}

Correct Answer:

verifed

Verified

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

Related Questions