Home / Programming MCQs / CSS MCQs / Question
M
Q. What does this code do?
@media only screen and (orientation_ landscape) { body { background-color: lightblue; } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of following CSS code snippet?
Which of the following specifies the length of the data being returned?
Which CSS property sets the vertical alignment of an element?
What does tty media type is used for ?
Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?
Which of the following element is used to create a SVG line?
What is/are the correct value(s) of font-weight property?
Which of the following will display a speech bubble pop-up?
Which of the following method moves an element from its current position using tranform?
Discusssion
Login to discuss.