What is the way to specify media dependencies for style sheets ?
What is the way to specify media dependencies for style sheets ? 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.