09-09-2011, 04:13 AM
Introducing CSS
The introduction of CSS to theWeb development and design world brought it back to a clean and elegant
solution for styling Web pages. CSS meant a style could be defined in a single location for the entire
Web site, and simply referenced on the elements requiring the style. Using CSS brought back the logic
separation between Web page content and the styles used to display it.
Creating Style Sheets
Like HTML, CSS is an interpreted language. When a Web page request is processed by a Web server,
the server’s response can include style sheets, which are simply collections of CSS instructions. The style
sheets can be included in the servers’ response in three different ways: through external style sheet files,
internal style sheets embedded directly in the Web page, or inline styles sheets.
more at Cegonsoft
The introduction of CSS to theWeb development and design world brought it back to a clean and elegant
solution for styling Web pages. CSS meant a style could be defined in a single location for the entire
Web site, and simply referenced on the elements requiring the style. Using CSS brought back the logic
separation between Web page content and the styles used to display it.
Creating Style Sheets
Like HTML, CSS is an interpreted language. When a Web page request is processed by a Web server,
the server’s response can include style sheets, which are simply collections of CSS instructions. The style
sheets can be included in the servers’ response in three different ways: through external style sheet files,
internal style sheets embedded directly in the Web page, or inline styles sheets.
more at Cegonsoft