Tagged Questions

1
vote
2answers
56 views

CSS: inline, embedded, external or external parse

I was thinking about server load times and wondering what the most efficient way to add css is. What gets loaded fastest? For my part, I think the external css is the easiest to …