An Introduction to CSS
By Ben Hunt2007-12-17
Advantages of separate stylesheets
There are lots of advantages of working this way, including:
- Reduced filesize - each CSS definition is written only once
- Reduced bandwidth - web browsers will remember (cache) the contents of CSS file, so don't need to download the file again with each new page that uses it
- Easier updating - you only have to change styles in one place for them to change site-wide
- Separates the work of styling and creating content - you can create all your HTML pages first, applying sensible semantic markup, class names and IDs, and then do all your design work later on your style sheets.
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "An Introduction to CSS"
You must be logged in to post a comment.
Link to This Tutorial Page!

