Webconsuls Blog

Wednesday, March 4, 2009

Importance of CSS compared to tables


Technology changes very often and same goes with the standards of web design. Traditionally, a website would have the foundation of the template built off of tables where as now, we have changed that to CSS (Cascading Style Sheets) driven div tags.

What's CSS? CSS (Cascading Style Sheet) is a simple mechanism for adding style to web documents. These styles implement the look and formatting of a website. Div tags allow us to link styles to CSS which can benefit your website more than you know.

How does CSS benefit you?
- Great for SEO. Improve website speed. The speed will be noticed by search engines that crawl to your. It's simply a difference of milliseconds which is a big deal for crawlers. Loading time can change from .25 seconds for tables compared to .1 for CSS-based layout.


- Easy to maintain. Global site wide changes for the look and feel. Changing the fonts, colors, borders, and navigation can all be done from one location rather than each page individually. This saves time and money to eliminate the tedious process. This also gives your website a visual consistency throughout your website such as the same header, font size/color, etc.


- Cross-browser compatibility. Having your website be W3C (World Wide Web Consortium) compliant makes your website friendly to different browsers. If some of your clients use Mozilla Firefox and others IE (Internet Explorer) or Google Chrome, a website that is W3C compliant will display the same all browsers.
How does your website look?

No comments:

Post a Comment

Thanks for your comment!

Note: Only a member of this blog may post a comment.