Home    Educational Resources    Javascript    Cascading StyleSheets
Cascading StyleSheets


Cascading StyleSheets (CSS) has been mainly created because HTML is just not the right tool for precision and flexibility. HTML is not a very effective for designing web pages. Most of the time, we use convoluted table tags and invisible spacer GIFs to push and place things around on page.

The code becomes too complicated and the GIFs too numerous. CSS offers

  • More precise control over layout
  • The possibility of updating numerous pages just by changing one document
  • Compatibility across browsers and platforms
  • Less code, smaller pages and faster downloads
  • The separation of form and structure
  • Fancying of pages in your favourite way

Have fun reading these pages on CSS and enhance the look of your web pages!

    Download CSS tutorial