MCQOPTIONS
Saved Bookmarks
| 1. |
What does this code do?_@media only screen and (max-width_ 500px) { body { background-color_ lightblue |
| A. | Nothing happens |
| B. | The background color will change to lightblue |
| C. | If the browser window is larger than 500px, the background color will change to lightblue: |
| D. | If the browser window is smaller than 500px, the background color will change to lightblue: |
| E. | None of these |
| Answer» E. None of these | |