CSS level 2
Posted July 4th, 2007
in
Definition: (Webopedia)
Abbreviation for Cascading Style Sheets. Multiple styles will 'cascade' into one while displaying the HTML. Helps in separating design from the content.
- Styles define how to display HTML contents.
- Styles are normally stored in Style Sheets.
- External Style Sheets saves a lot of work
- External Style Sheets are stored in CSS files
- Different style sheets can be used for different media.
- Login to post comments