Quote:
Originally Posted by moojoo
There is nothing wrong with putting all your CSS in the <head>. One way or another it all gets loaded in.
|
Quite right. But keeping
CSS (and Javascript) in external files means
- Separated layout and content (the ideology behind CSS)
- Cleaner code - easier to edit
- Faster web browsing. Most browsers will cache external files, meaning they only have to be downloaded once.