InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedI have been asked this question in a job interview.My enquiry is from Media Types in portion CSS Text, Borders and Images of CSS |
|
Answer» Right choice is (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 |
|