The logical expressions to media queries in an external Cascading Style Sheet (CSS) file are as follows:
@media screen and (min-width: 481px) {
.mobile { display: none; }
}
In this case, _____ is the feature of the screen that is tested.
A. ?@media screen
B. ?.mobile
C. ?min-width
D. ?display
Answer: C
Computer Science & Information Technology
You might also like to view...
Which operator is used to concatenate two strings?
a. + b. – c. * d. /
Computer Science & Information Technology
The options bar is context sensitive, which means it ____.
a. changes as you select different tools b. changes as you select different photos c. changes as you select different colors d. all of the above
Computer Science & Information Technology
Which of the following is NOT true about RAM?
A. It is also called primary memory. B. It is slower than auxiliary storage devices. C. The contents of RAM are lost when the computer turns off. D. The cheapest way to improve computer performance is to install more RAM.
Computer Science & Information Technology
What are the four types of variables you can assign to a parameter in the Animation State Machine?
What will be an ideal response?
Computer Science & Information Technology