Archive for: April 2009

April 5, 2009

CSS: Attaching style sheets

Filed under: Resources,Web development,Web standards - 05 Apr 2009

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 …