πŸ“Š CSS
Q. What does this code do?
Code:
@media only screen and (orientation_ landscape) {    body {        background-color: lightblue;
}
}
  • (A) web page will have a lighblue background if the orientation is not in landscape mode
  • (B) web page will have a red background if the orientation is in landscape mode
  • (C) web page will have a lighblue background if the orientation is in landscape mode
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) web page will have a lighblue background if the orientation is in landscape mode

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate