Logo - Ockfen.net
Spearheading Effective Designs

CSS: An Intro to CSS

CSS Tutorial

CSS: An Intro
CSS: The Basics
CSS: Class, ID, Span, and Div
CSS: Positioning

THIS SECTION COVERS:


Cascading Style Sheets (CSS), supported by W3C, was first proposed in 1994 by Hakon Wium Lie. It is one component of DHTML (Dynamic Hypertext Markup Language) which combines HTML with scripting, multimedia, document object model (DOM), CSS, and other technologies to change how text and graphics are displayed on a screen. Through the use of DHTML, scripting provides interactivity while CSS adds the style. The beauty of CSS is it works with conventional HTML to provide almost all the typographical and page layout formatting similar to desktop publishing (DTP) that HTML alone does not. These include:

This means you are no longer limited to seven heading sizes, objects can be positioned by location specification, and formatting changes can be done easily and quickly. You now have "control" over page style.

If this was the chapter you skipped with the promise of going back later, or you want to become familiar with CSS, follow along and find out the powers of CSS.

Advantages of CSS


Disadvantages of CSS