76 people bested this! |
Cascading Style Sheet
What is CSS ?
- CSS stands for Cascading Style Sheets
- Styles define how to display HTML elements
- Styles are typically stored in a separate file called a style sheet
- External Style Sheets can save you a lot of work
- Multiple style definitions will cascade into one
Style Sheets Can Save a Lot of Work
Styles sheets define HOW HTML elements are to be displayed, just like the font tag and the color attribute in HTML 3 .2. Styles are normally saved in external .css files. External style sheets enable you to change the appearance and layout of all the pages in your Web, just by editing one single CSS document!
CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages all at once. As a Web developer you can define a style for each HTML element and apply it to as many Web pages as you want. To make a global change, simply change the style, and all elements in the Web are updated automatically.
Text from: W3Schools.Com









Comments
Cascading Style Sheets.
:)
CSS is the best. To all you table jockeys still out there…times are a changing.
ya..tables are crappp!! and css makes it so much easier to make sites that work on various broswers!! all love!
Without CSS ? My site is dead. Period.