Sunday, January 24, 2010

External Style Sheet

External style sheets have many powerful that make them ubiquitous in professional Web sites: It keeps your website design and content separate. It's much easier to reuse your CSS code if you have it in a separate file. Instead of typing the same CSS code on every web page you have, simply have many pages refer to a single CSS file with the "link" tag. You can make drastic changes to your web pages with just a few changes in a single CSS file. It allows a single style sheet to control the rendering of multiple documents. This results in a time-savings for the author, a savings of space for the web server, and less download time for the user. This method can be used in both HTML and XML.

Read more at http://www.dotnetfunda.com/articles/article773-external-style-sheet-.aspx

Author: Chikul

1 comments:

kyre said...

Useful, but it is for beginners. Anyway - thank you. For beginners, I recommend HTML Tutorials.