| C S S | PAGE (1 of 4) |
![]()
In order to specify formatting, (fonts, layout, background, colors, etc.), of an HTML document, beginning Web page authors apply separate tags to each different part of a document. This creates two problems: 1. The HTML source is more complex than necessary and 2. global changes to a document are not possible. Cascading style sheets, (CSS), is a solution for both of these problems. CSS allows authors to more completely achieve independence in a document's content from its formatting than is possible using HTML.
CSS is a rapidly evolving standard set forth by the World Wide Web Consortium (W3C). The latest CSS specification is not completely supported by the major Web browsers. These pages will attempt to cover only those basic aspects of CSS that are cross-browser compatible.
This brief introduction to CSS is composed of four parts.
The following links will help you to extend your knowledge of CSS:
| © CS Dept Va Tech, 1997-2000. |
All rights reserved.
|