-
What does this code do?
_@media only screen and (max-width_ 500px) { body { background-color_ lightblue
-
- Nothing happens
- The background color will change to lightblue
- If the browser window is larger than 500px, the background color will change to lightblue:
- If the browser window is smaller than 500px, the background color will change to lightblue:
- None of these
Correct Option: D
If the browser window is smaller than 500px, the background color will change to lightblue: