Cascading Style Sheets (CSS) - Tutorial
Copyright © 2007 - 2010 Lars Vogel
| Revision History |
|---|
| Revision 0.1 | 12.04.2007 | Lars Vogel |
| created |
| Revision 0.2 - 0.7 | 05.11.2009 - 19.12.2010 | Lars Vogel |
| bugfixes and enhancements |
HTML and CSS
This article explains how to use CSS for
styling HTML pages.
1. Cascading Style Sheets (CSS)
Cascading Style Sheets (CSS) is a mechanism for adding
style and layout (e.g. fonts, colors, spacing) to Web documents.
This
layout information is typically maintained in an external css file.
HTML code which should use these files refer to these files in their
code.