Stylesheets Tutorial
This tutorial is intended as a basic introduction to Cascading Style Sheets
and should provide enough information to allow you to experiment with a
few of your own styles.
Style sheets specify a way in which the contents of an HTML file is displayed
in terms of the font and colours, backgrounds and so on. (Separation of
content and presentation between HTML and style sheets)
In addition it provides a way to update the appearance and fomatting
of an unlimited number of pages by changing a single document.
- makes an author's life much easier in terms of updating an entire
site in by single document, less code, smaller pages and reduce download
time.
The number of browsers supporting Cascading Style Sheets continues to
increase rapidly. Netscape Navigator 4.0 and Microsoft Internet Explorer
4 feature a large amount of partial support.
|