MCQOPTIONS
Saved Bookmarks
| 1. |
What does this code do?@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 |
| E. | None of these |
| Answer» D. All of above | |