Hello Friends, I am new of web design field please tell me What is the difference between div and table? Thanks in Advance
Tables are still quite acceptable for displaying layout elements that are in a tabular layout format, and in fact can be better than divs with such layout. However, divs are more flexible for the same reason – they do not restrict the layout to tabular format. Instead, a div is like a “floating box†that can be positioned anywhere you want.
Div (division) is floating type that breaks a web page into a smaller parts. It can be nested to divide sections into a few columns that present information separately but side-by-side. Table is created to display mainly TEXT and in fewer cases images also. Table is much more complex than the DIV which allows designers to make the web page more dynamic.