Kizspy | Question: 36
(Choose 1 answer)
Consider the following CSS rule:
div{width: 80%;
} div{}
@media print {
width: 25%;
} Which of the following is a true statement?
A. The div elements will have a width of 25% only when the page is printed
B. The div elements will only visible only when the page is printed
C. The div elements will have a width of 80% only when the page is printed
FUOVERFLOW