What of the following code do you choose to insert at [MISSING CODE] to check the media feature that is the orientation of the viewport (landscape or portrait mode)?
(Choose1
answer)
@media only screen and ([MISSING CODE]) {
body {
background-image: url('img_flowers.jpg');
}
}
A. orientation
B. printation
C. ratio
D. direction
Q: 18