|
Helping ordinary people create extraordinary websites! |
Cascading Style Sheets - CSSBy Neil Williams2007-11-08
Introduction to style sheets The HTML4 way to control HTML outputFrom wordprocessors to DTP suites, even spreadsheets, text is laid out in a 'style' - a collection of properties that determine how that text is displayed. Fonts, font weight and size, justification, colour, alignment - all can be defined as part of the text style. Now HTML4 and CSS not only bring styles to your web pages, but extend the nature of the style to include the precise position of the text elements, the visibility, movement (through Javascript), without losing the bonus of any style - updating every text block in one step just by changing the style properties.
Selectors Properties Values n.b. CodeHelp only uses full CSS on pages designed for IE4&5. Netscape Navigator up to release 4.6 does not support all CSS features. Check all pages in all versions before publishing. Tutorial Pages: » The HTML4 way to control HTML output » Introduction to style sheets » Style classes, ID's and altered HTML tags » Using CSS to avoid tags deprecated in HTML4 » Your complete CSS1 + CSS2 reference Copyright © Neil Williams |
|