Introduction to CSS
July 14, 2008
In this article I’ll be covering why CSS is important, and why you should learn to design websites with it, instead of shunning it. Cascading Style Sheets (CSS) are definitely the style-sheet language of choice right now, using it for styling XHTML among other things gives a lot of power to both the end-user of the XHTML document and to the developer themselves. It used to be that the foremost way of doing things in web design was to create a table spanning the page, and then use HTML elements to apply background images to each cell. This was the most commonplace method of designing for many years, until that is CSS reared its head.
The problem is that many people who learned to design web pages using tables don’t necessarily want to learn how to properly use CSS. At first CSS layouts can seem quite daunting, and may appear to the developer to be a complete waste of time, there’s more than one way to skin a cat right? What’s up with my way if it looks good?