-
What does this code do?
@media only screen and (orientation_ landscape) { body { background-color_ lightblue
-
- web page will have a lighblue background if the orientation is not in landscape mode
- web page will have a red background if the orientation is in landscape mode
- web page will have a lighblue background if the orientation is in landscape mode
- All of above
- None of these
Correct Option: C
web page will have a lighblue background if the orientation is in landscape mode