Vidyalelo
CSS · Q154

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 154

Q154

Which of the following rule allows users to import style rules from other style sheets?

A.
@media
B.
@important
C.
@import
Answer
D.
@style

Answer: Option C

Solution

Answer: Option C
Solution:
The @import rule allows users to import style rules from other style sheets. If an @import rule refers to a valid stylesheet, user agents must treat the contents of the stylesheet as if they were written in place of the @import rule.