Table based design and Table less design
TABLE-Based Layouts ü Tables have been used in designing layouts for a very long time. ü Traditionally, layouts were built using HTML with tables to layout the page structure and content. ü Tables existed in HTML for one reason: To display tabular data. The problem with using tables v File sizes of your pages unnecessarily large v This makes redesigns of existing sites and content extremely developer intensive v Extremely hard to maintain Visual Consistency v Much less accessible Tableless / CSS-based Layouts · CSS or Cascading Style Sheets have been used for positioning and layouts · The browsers that the vast majority of viewers are using today have good CSS support · Coding CSS is easy Why CSS Tableless Designs Are Better · ...