Q. What does this code do?
Code:
_@media only screen and (max-width_ 500px) { body { background-color_ lightblue}
}
β
Correct Answer: (D)
If the browser window is smaller than 500px, the background color will change to lightblue