When using CSS, you can link the stylesheet to your HTML using the 'link' tag (pure HTML) or you can use the @import directive.
Which of these 2 is the best, one might think? Well, the answer can be determined by the browsers you are targetting with your site. The @import is currently ...
[More]