Home / Programming MCQs / CSS MCQs / Question

M

Mr. Dubey • 51.17K Points
Coach

Q. What does this code do?

Code:
_@media only screen and (max-width_ 500px) {    body {        background-color_ lightblue}
}
(A) Nothing happens
(B) The background color will change to lightblue
(C) If the browser window is larger than 500px, the background color will change to lightblue
(D) If the browser window is smaller than 500px, the background color will change to lightblue

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.