+ 2
is div better than table ?
say why please
2 Answers
+ 1
Div is a general purpose tag, while table is just for tables. On email use, in example, the tables are more structured and static entities, which are more email client fruendly, divs can be a useful but depends a lot of CSS, tables not. I do prefer divs on websites and tables for email, the rest it's your choice.
0
@laughtman As laughtman said and I am agree that table is very good for email and divs are for website. So you can use accordingly.