What Is CSS Used For?
April 19th, 2006 · Posted in Web technology · 0 CommentsCSS – CSS stands for Cascading Style Sheets. These have revolutionised web site development and take the form of a single file that holds the style information for the whole web site.
Instead of defining the style on each occasion in every web page, the style is defined once in the CSS file and referred to over and over again throughout the site.
The power of this is that if you want to change say, the color of a particular font you only have to do it once, in the CSS file. Not in every occurrence of the font in every page of your site, as was the case before CSS.



Leave a Reply
You must be logged in to post a comment.