InterviewSolution
Saved Bookmarks
| 1. |
Which of the following rule allows users to import style rules from other style sheets?(a) @media(b) @important(c) @import(d) @styleThis question was addressed to me in an online quiz.Question is taken from Inheritance and Cascade topic in chapter CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» Correct option is (c) @import |
|