Home » CSS » Css miscellaneous » Question
  1. Which of the following rule allows users to import style rules from other style sheets?
    1. @style
    2. @import
    3. @important
    4. @media
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.