Arksoft Home |  Java |  Javascript |  DOS/Shell Scripts
CSS |  HTML
I'm really creating this section just to draw attention to my web site and because it goes with web development of course. This section will be my rendition of a CSS quick reference and tutorial. It is not meant to be comprehensive. For complete information in reqards to CSS I will refer you to the CSS 2.1 Specifications. Basically HTML should contain content and CSS would do all the formatting and layout control. In this way you will only need to edit one or two css files in order to change the format and layout for a web site with hundreds of pages. You can see the efficiency in editing and maintenance of this vs using any formatting and layout control within the HTML. There is a CSS Level 3 but this section will be based on CSS Level 2.1. CSS Level 3 as of this writing is beginning to be implemented in all browsers except IE.

CSS stands for Cascading Style Sheets. CSS comes in Level 1 and Level 2.1 and Level 3. There are web sites with tables to show each major browser vendors and the CSS features supported. For more info see w3c.org