Experimenting with Style Sheets 2
Style Sheets Have Several Advantages:
- Can reduce the size of each document when linked style sheets are used.
- Allow you to create user-defined style rules through the use of classes.
- By making one change to your website's CSS style sheet, you can automatically make it to every page of your website.
The bigger your website, the more time CSS saves you.
- CSS is considered a clean coding technique,
which means search engines won't have to struggle to "read" its content.
Disadvantages:
- Not supported by all browsers, especially older ones.
- Can be confusing because some rules will display differently in different browsers.
- Control of Element Shapes - CSS currently only offers rectangular shapes.
- There is currently no ability to specify property values as simple expressions
Submitted by: Jean Granberg