What advantages do cascading Style Sheets(CSS) have when creating Web pages?
Public Comments
- They are great for websites which have many pages that have the same layout. You can't do without it. It's great because you can change one little line on a css file, and it will alter the look of an indefinite number of web pages.
- CSS is used by both the authors and readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS).
- Using css means that the styling information is kept separately from other code and content. Whenever changes are needed about the styling in a site, one only has to check the css files. Css is far more flexible than embedding tags in your code. Also check this out to see what one can do with css: http://www.csszengarden.com/
Powered by Yahoo! Answers