What is CSS?
CSS stands for Cascading Style Sheets. If you read in the dictionary, it means the cascading waterfall. But in this case, the intent is, the flow from one code to another code interconnected.So if a complete written in Indonesian roughly meaning CSS is: a collection of sequential codes and interconnected to set the format / display an HTML page.
Advantages of Using CSS
If you have multiple pages where you use arial font for writing, then one day you get bored with the arial and want to change to a trebuchet, you have to change one by one page of your website and change the font type of arial be trebuchet.By using css, where all the web pages use the same CSS, you simply change one line of code css to change the font on all web pages of arial to the trebuchet.
Thus, the advantages of using CSS, more practical!
Disadvantages of Using CSS
Not all browsers interpret the CSS code in the same way. So sometimes, the web interface with CSS looks good in one browser, but messy in other browsers. So you must check the display to look good in all browsers and add special codes specific browser if necessary in order to display your website looks good in all browsers.for more concern : download
0 comments:
Post a Comment