What is the way to specify media dependencies for style sheets ?
A
Specify the target medium from a style sheet with the @media or @import at-rules
B
Specify the target medium within the document language
C
both Specify the target medium from a style sheet with the @media or @import at-rules and Specify the target medium within the document language
D
none of the mentioned
Correct Answer: both Specify the target medium from a style sheet with the @media or @import at-rules and Specify the target medium within the document language
Self-explainatory.