28
(Choose 1 answer)
What of the following code do you choose to insert at [MISSING CODE] to check the media type is used for computer screens, tablets, smart-phones, etc. with its width from 768px and up?@media [MISSING CODE) and (min-width:768px) {
body { background-image: url('img_flowers.jpg');
}
A. screen
B. print
C. all
D. mobile