css allows you to define global variables for use on multiple places in your website.
It also makes it easier to change things if you ever want to redesign your site by just changing colors, fonts, etc.
2006-09-03 04:29:54
·
answer #1
·
answered by Junior 2
·
0⤊
0⤋
CSS allows a webmaster to define certain font and color styles in a single document. If later they wish to change the color scheme of the entire site they can go to a single place and make a change. This change is instantly reflected across the entire site. If you do not use CSS then you have to go in and edit every single page separately which can be a pain if the site is more than a dozen pages.
Advanced CSS also allows for some really cool stuff you just can't achieve with regular HTML.
2006-09-03 11:34:45
·
answer #2
·
answered by ZCT 7
·
0⤊
0⤋
There are a lot of advantages when using CSS:
1. Makes your page semantic, by separating data from presentation.
2. Can cache CSS files separately, so content downloaded by user is small.
3. Easier to apply changes.
4. Change in one place can have the potential to ensure a consistent look site wide (if the inclusion of the CSS files are done correctly)
2006-09-03 11:57:07
·
answer #3
·
answered by Matterix N 2
·
0⤊
0⤋
CSS stands for cascading style sheets. It tells pages in your project to follow general rules such as font style and size, color, etc.
2006-09-03 11:34:45
·
answer #4
·
answered by Hank 3
·
0⤊
0⤋
Reuse for consistency on all the webpages.
2006-09-03 11:32:25
·
answer #5
·
answered by noskills 1
·
0⤊
0⤋
css allows you to customize your page much more likely how you want it to be.
2006-09-03 11:32:16
·
answer #6
·
answered by ←deadstar→ 3
·
0⤊
1⤋