How Tableless design sites are better
1. Search engine friendly
Search engines are basically robots that visit your site and 'read' your site to determine how your site should be entered into their database. CSS based sites are much more easily read by search engines and content on the site is also much more easily identified. This ensures that the search engine adds you to a more accurate classification in the directory and also gives you a better ranking.
2. Faster download
CSS based sites are much smaller in size than HTML Tables based sites. This makes them faster to download.
3. Greater Maintainability and consistency
Since CSS is a method for describing site -wide elements (headings, fonts, styles, buttons, etc.) CSS based sites are much easier to maintain and redesign. A single change in one place will change the element across the site. So if you don’t like a button design, a single change ensures that all buttons of similar type across the site change.
4. Accessibility
There are a variety of browsers and many are targeted at differently-abled people. For instance, there are browsers that read out web sites for the blind. CSS based sites are read out more easily b y such browsers. Greater accessibility ensures that you are site is read by more people and has a much wider viewership.
Back Web Presence