Cascading Stlye Sheets

CSS is the Future of the Internet
CSS (or cascading style sheets) is a newer type of web programming that is quickly gaining popularity for organizing and formatting web pages. Many designers are now using it extensively in their websites. For example, this site has been designed with CSS.

Types of CSS files
CSS is a seperate code that is accessed by HTML. It can either reside embedded in the HTML file, or it can be linked as an external .css file.

Benefits of CSS
CSS can be beneficial in many ways. First, it can allow a designer to control the look and feel of a website with quick, simple formatting changes instead of long, drawn-out reediting of every page on a site. Secondly, CSS can also help web pages to load much faster since it keeps the code from becoming "bloated".