Multiple choice

The HTML'link' tag allows to include an external style sheet into your document. As if it had been defined there is in a 'style' tag. What is the equivalent rule in CSS?

  1. @link

  2. @media

  3. @import

  4. @include

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The @import rule in CSS is used to import style rules from other style sheets.