CSS or Tables which would be best for web design?
  • 15 years ago
http://www.whitemountainwebarts.com
Tables design is the web design which uses HTML tables to design a page layout and control processes.

Instead of tables then emerged a new style sheet language CSS ( Cascading Style Sheets).

Use:
These languages or to e specific this language was then used to arrange page elements and text on the web page.

Introduction to CSS:
World Wide Web Consortium introduced CSS language which was used to improve accessibility to web and to make the HTML code more semantic than presentational.

Advent of CSS:
When CSS web design was introduced many web developers found it much easier to use. They considered the formatting through CSS very simple, infact they considered the tag to be obsolete in reference to table’s web design. Earlier CSS had very limited and difficult to use layout capabilities but now the times have changed and now CSS ahs improved a lot with many common page layouts especially its 3-column design.

Since 2006 CSS has improved significantly but still there are certain websites which use tables for layout and CSS for text formatting only.

Tables vs.
Recommended