Monday, May 11, 2009

What is CSS and the advantages?

What is CSS?
CSS (Cascading Style Sheet) have just being develop in this few year, those style property is use to combination with HTML tag and present on the web browser. We can using css to pre-defined style like font size, division, paragraph, then group as selector to tag on html.

CSS1 is developed on 1996 from W3C (World Wide Web Consortium), on 1998 CSS2 is born to extend the ability of CSS1.

CSS have many advantage over html, it have richer style to setting font and background color, style the border width for every html element, can also adjust the distance every character, add underline, hidden word, uppercase transform to word.

Pre-define style also reduce the coding, maintenance time of the designer, also able to centralism all the styles together and create a better and clean coding to the web pages.

No comments:

Post a Comment