Home » CSS » CSS Animations » Question
  1. What does this code do?
    @media only screen and (orientation_ landscape) {    body {        background-color_ lightblue
    1. web page will have a lighblue background if the orientation is not in landscape mode
    2. web page will have a red background if the orientation is in landscape mode
    3. web page will have a lighblue background if the orientation is in landscape mode
    4. All of above
    5. None of these
Correct Option: C

web page will have a lighblue background if the orientation is in landscape mode



Your comments will be displayed only after manual approval.