Cascading Style Sheets
"Change the appearance of hundreds of Web pages by changing just one file"

Example HTML...
<style type="text/css">
BODY {
 background-color: black;
 color: yellow;
}
</style>

I can change the look of the whole site...

Example Results...
I can change the look of the whole site...

home | next>
All Materials ©2003-2007 Zach Berke