WHEN TO USE CSS
- You are designing the layout of a Web page.
- You are interested in separating presentation from content.
- You understand the significance of Web standards.
WHEN TO USE TABLES
- You have tabular data. (Put briefly, tabular data resembles a spreadsheet.)
- The goal is to display data rather than to format it.