Website Design Principles - CSS Flexibility
Cascading Style Sheets (CSS) allow content and formatting to be separated. This has the advantage of making the actual content easier to find and understand when viewing the source HTML, reduces the filesize of the HTML and also makes it easier to make global changes to layout and formatting without having to rewrite the HTML.
Example (without CSS)
Coming soon!
Example (with CSS)
Coming soon!
The CSS specification actually allows more control over formatting than using just HTML, precise positioning without using HTML tables for example (subject to browser compatibility and quirks - see compatibility article).
fearntech
© 2001-2008 Fearntech Limited. All rights reserved.