The Joys of CSS

There are many different techniques when creatingdocument (webpage). The real benefits of CSS
web sites professionally, probably the most commondesign is that you are not confined to tables, you
would be through the use of tables. Tables are usedhave complete control of all aspects of the webpage.
to position design elements on a page allowing forThe great thing about CSS is that you can create
quite comprehensive control of design. This techniqueone style sheet and attach it to various, numerous
is fine until the page needs to be enlarged forweb pages. Therefore when it comes to editing you
example or more copy added. Pages in tables areonly have to edit one document, saving precious time
very rigged and once sizes etc. need to be changedfor you to do some real work. CSS can be used to
this is where the nightmare begins.control text colour's, size as well as scroll bar colour's
Imagine having a thirty page website and a client(the list never ends). Imagine having created a site
asks for a significant increase in size of pages due toand you are asked to change the font and colour of
extra copy being added. Using the table method offont on every page. Using tables you would have to
design would result in having to change the size ofedit each web page to make the changes, using CSS
tables in each page which is both time consuming andyou could achieve the style change in a matter on
tedious.minutes.
This brings me on to CSS, this is where theThere are many great CSS resources available on the
nightmare ends and the dream begins! CSS standsweb, a great site to have a look at and marvel at
for Cascading Style Sheets, in a nutshell CSS stylethe joys of CSS is the CSS Zen Garden which
sheets are attached to a HTML document andshowcases what can be achieved using CSS.
control the layout and appearance of the HTML