DIV vs. TABLES

12Dec06

Tables were not created for web layout or positioning. Tables were created to provide structure to data. They were created to contain tabular data. Though the early html standard uses table for layout purposes, yet it is not the best tool for it. The main disadvantage of using tables to layout a page is its complex code(specially if nested tables are present) and limited attributes.

Div on the other hand are…

Please click HERE to continue reading this post.



One Response to “DIV vs. TABLES”  

  1. 1 kiko

    Nice post dude. Very helpful and informative.


Leave a Reply