Tuesday, June 11, 2013

Some Benefits of CSS


CSS allows you to make changes to all of the web pages that link to the CSS file at once by changing a style in the style sheet, instead of having to manually change every style in every HTML file.

If CSS did this and only this, they would save you a lot of time to say the least, especially if you have a large or multiple web sites. This alone is worth learning CSS, however, style sheets allow you to do this and much more.



CSS also allows you to:


position text and graphics precisely where you want to
add rollover effects to links
control the spacing between letters, lines, margins, web page borders
specify the units such as centimeters, pixels, points and more
hide content from certain web browsers in certain situations. An example of this is when you have some content that you want to appear only in your web pages, but not in print.


Some Benefits of CSS



Your web pages load faster because there is less code to transfer
There is less code to type
It is easier to have a consistent look and feel to your entire web site
Updating and maintaining websites is much easier and less time consuming



In the end, CSS can save you a lot of time and effort and is very easy to learn.

 By: Jose Valdez

0 comments:

Post a Comment