| |
Cascading Style Sheets CSS
Web design and development function used to distinguish design elements (fonts, colors, etc.) from structural elements of web pages.
Style sheets are actually web templates quite similar to templates in desktop publishing applications. The templates contain rules that describe how web documents should be rendered & displayed in a browser.
With style sheets you can make “global” changes to a web site i.e. change occurs in all associated web pages without having to change each page individually. This is a huge time saver especially if your web site has a high page count.
|
|