Q. What does this code do?
Code:
@media only screen and (orientation_ landscape) { body { background-color: lightblue;
}
}
β
Correct Answer: (C)
web page will have a lighblue background if the orientation is in landscape mode