That's it. I've been hearing about CSS files a lot.
What are the main advantages of having a CSS file instead of writing the styles in the HTML code directly?
feedback
|
|
Assuming your site has 10 pages
| |||||||||||
feedback
|
|
I'd add to JohnP's excellent answer by saying:
| |||
|
feedback
|
|
Please read this artical on Advantage of using external css. | |||
|
feedback
|
|
There are a few advantages; 1) You can re-use the CSS in different pages across your site. 2) The download is separate for CSS when it is in a separate file, this is quicker. 3) The separate CSS file will be treated as static content and likely cached locally. Again quicker. I personally find CSS easier to read and edit when it is in its own file. | |||||||||||||
feedback
|
|
Some good answers by JohnP. However, the most important reason for me would be the separation of presentation and content. | |||
|
feedback
|
So there are only huge advantages and no disadvantages of using css, so it is best practice. | ||||
|
feedback
|