-1

Possible Duplicate:
Why not use tables for layout in HTML?

Why are tables so hated over CSS? And why doesn't CSS have all the features that tables do?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Yesterday
  • 561
  • 1
  • 15
  • 31
  • 2
    Duplicate: http://stackoverflow.com/questions/83073/why-not-use-tables-for-layout-in-html – Michal M Jul 13 '11 at 17:49
  • 2
    They're not bad. They're just bad for page layouts. Tables are meant for data. – Steve Robbins Jul 13 '11 at 17:49
  • Tables and CSS are two different things. Your second question is nonsense (and your first, to a degree, is a misconception). – BoltClock Jul 13 '11 at 17:49
  • 1
    Not sure why the winning close vote was "not constructive" when a very, very well-known and high-scoring duplicate was found. Oh well, added the link for great justice. – BoltClock Jul 13 '11 at 17:56
  • Yes, this kind of question is not constructive, but since a duplicate was found... – BoltClock Jul 13 '11 at 18:04

2 Answers2

2

here you have 13 reason why css is better that tables. http://www.chromaticsites.com/blog/13-reasons-why-css-is-superior-to-tables-in-website-design/

you should google a little before asking. :p

JAiro
  • 5,914
  • 2
  • 22
  • 21
2

It's a matter of semantics. Tables would be more appropriate to format tabular data.

Also, for the sake of readability, tables can be rather cumbersome to anyone who may have to come along to work on a site afterward.