Saturday, July 10, 2010

What Is CSS?


CSS stands for Cascading Style Sheets. If read in the dictionary, it means cascading waterfalls. But in this case, that the intent is, the flow from one code to another code that are interconnected.

So if the incomplete written in the Indonesian language about the meaning of the CSS is: a collection of sequential code and interconnected to set the format / look of a page's HTML.

Benefits Using CSS

If you have several web pages where you use arial font for writing, then one day you get bored with arial and want to change to a trebuchet, you will need to change one by one page of your website and change the font type of the arial a trebuchet.


By using CSS, where all web pages use css the same way, you simply change one line of css code to change the fonts in all web pages from the arial to the trebuchet.

Thus, the advantages of using CSS, more practical!

Lack of Use of CSS

Not all browsers interpret the CSS code in the same way. So sometimes, web interface with CSS to look good in one browser, but a mess in other browsers. So you should check out the display so that looks good in all browsers and add special codes specific browser if needed in order to display your website look good in all browsers.

No comments: