CSS Compatible Websites
CSS sites are defined with specifications of cascading style sheets.
Main benefit of CSS based designs is that the designs content and design elements are kept separate in a css file and there is no needs of many lengthy style code in the html tags in main file.
Other benefits are
* Source code of HTML files becomes simple and easily changeable
* Using style sheets you can change the documents to show in any resolution.
* You can keep both design elements and Content element of site separate so if there is any change in design than you can do it easily from just one document
* CSS is under w3c compliance so people with sight disability or any other disability can also view your pages
CSS is already compatible with all major browsers i.e. Internet Explorer, Firefox, Opera, Chrome etc.














