
Cascading Stylesheets (CSS)
| About this tutorial:
This tutorial starts from the beginning and explains what CSS are. It then explains how to use them both though HTML code and later in the tutorial instructions for CSS use in Front Page 98 are given. A little knowledge of HTML code would be helpful, but the section on Front Page will help out those of you who primarily use editors. Through out the tutorial there are links to helpful pages with additional information. There are countless pages that give information about stylesheets. An excellent place to start to look for more info would be the W3C CSS page: http://www.w3.org/Style/CSS/ But in the meantime please continue on with the tutorial. CSS: what exactly are they? Why are they beneficial? Stylesheets can also cut down on the amount of coding you have to do on your page. For instance if you wanted a page where all the plain text is green, bold and font size 2, you could create a stylesheet to do this instead of having to write the font and bold tag for every instance of text. |
||
Also stylesheets allow more ease of updating and changing of pages. For instance say you have 5 web pages and they all reference 1 stylesheet document, and you decide you want the text to be red now instead of green. You just go and make the change to the one CSS file and now all 5 web pages will display the red text.. In addition CSS can lead to quicker downloading pages. First of all the as we said above there is less coding of pages. The less code the faster the page. Also because of CSS skillful use of colors, fonts, tables and layers often the need for large and numerous images can be reduced. Why are the disadvantages of CSS? |

