Tables are used for data, but divs are not used for layout. A <div> tag means a division, or a logical group of content on a page. No tag in XHTML should be used for its layout behavior. The entire point of semantic HTML is not to use divs but to use the right tag to describe the data. 90% of the time it won't be a div, but a p, ul, ol, etc.Tables are used for data. Div's are used for layouts. Plus it's much easier for google to navigate your site if you use divs and SEO goes much smoother.
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is diffrence between table and div desing? | extomas | Web Design Discussion | 12 | June 13 '09 03:54 PM |
| format of links in a div or table | ketanco | HTML and CSS Help | 2 | February 9 '09 03:05 PM |
| Need someone who is great at Firexo/IE CSS discrepency issues... | kennedrw | HTML and CSS Help | 1 | November 14 '07 02:21 AM |
| Need Myspace Code Help | Audiologic | HTML and CSS Help | 3 | November 1 '07 11:22 AM |
| empty div acting as a table cell with 100% height for whitespaces | blue_francis14 | HTML and CSS Help | 7 | June 15 '07 06:09 PM |