(Choose
1
div{
Consider the following CSS rule:
answer)
width: 80%;
}
@media print {
div{
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
Q: 59