Forget table, try div tag

Posted in CSS by Admin Parashu | Tags: ,

One of the greatest advantage of CSS is the use of div to achieve total flexibility in terms of styling. div are unlike table, where contents are ‘locked’ within a td’s cell. It’s safe to say most table layouts are achievable with the use of div and proper styling, well maybe except massive tabular contents.div is certainly more SEO friendly than table and also using div, you can reduce your file size.