Which one should I use use? Div or table ?what do you think would be a better option
Which one should I use use? Div or table ?what do you think would be a better option
Tables were really never created for web positioning / placement. They were supposed to hold tabular data. But it was / is so easy to use them for those purposes.
DIVs are becoming more & more popular but a lot of the browsers still do not render the code properly. DIVs have a little more power than tables on some of the things that they can do so a lot of times I use them in conjunction with one another.
I think DIV is in now a days.