Home / Programming MCQs / CSS MCQs / Question

M

Mr. Dubey • 51.62K Points
Coach

Q. What does this code do?

Code:
@media only screen and (orientation_ landscape) {    body {        background-color: lightblue;
}
}
(A) web page will have a lighblue background if the orientation is not in landscape mode
(B) web page will have a red background if the orientation is in landscape mode
(C) web page will have a lighblue background if the orientation is in landscape mode
(D) All of above

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.