CSS: Attaching style sheets
What are the differences between using @import vs. <link> when attaching an external style sheet to your HTML web page? i liked this article “What’s the Difference Between @import and link for CSS?” from About.com. It’s comprehensive and well …

