Skip Navigation LinksOneClickHelp > Appendices > The appendix 5. About styles (CSS)  

The appendix 5. About styles (CSS)

If you work with MS Word you are familiar with css style, or can get info through help system. Also a lot of information you will find in http://inforedesign.com/2005/06/14/pocket-guide-to-inspirational-sites/, http://csszengarden.com/, http://www.w3schools.com/css/default.asp. The strong impression on me brought a site where you can see how from almost usual html text it is possible to receive so outstanding visualization - (GO).

 

 

What is CSS?

  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles are normally stored in Style Sheets
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save you a lot of work
  • External Style Sheets are stored in CSS files
  • Multiple style definitions will cascade into one

See examples.

 

BackHomeNext