October 26th, 2006
According to its creators, cascading style sheets “is a simple mechanism for adding style to web documents.” The goal of this and future tutorials is to apply the power of CSS to help you understand CSS. So what exactly is CSS anyways?
- CSS is a standard layout language for the web. What that means is it controls colors, fonts, size, and placement of elements and images.
- CSS is meant to replace table-based layouts, frames, and other presentational hacks.
- CSS helps separate style from content, making the web more accessible and usable for everyone.
Read the rest of this entry »









Posted in Tutorial, Web Design, CSS | 2 Comments