Cascading Style Sheets (CSS) are extensions to HTML to allow styles, e.g. color, font, size to be specified for certain elements of a hypertext document. Style information can be included in-line in the HTML file or in a separate CSS file (which can then be easily shared by multiple HTML files). Multiple levels of CSS can be used to allow selective overriding of styles.[1]
References
- ↑ Cascading Style Sheets at the Free On-Line Dictionary Of Computing. 2000-07-26.
External links
- Cascading Style Sheets home page at the World Wide Web Consortium
- Cascading Style Sheets at Wikipedia