|
css is definitely the best way to do a layout. I still use tables in my pages often though personally, for when I just want to easily line things up side by side, in columns, or in a grid layout. For the layout of my page though, I use all css with div tags. Although as said above, it is probably proper to use other types of tags as well.
I had to take a intro to web development course in college this year, and the professeur siad that is pretty much a toss up between tables and css for layout. He said he preferred to use tables, probably just because he is old school. I sent him an email on the subject but never got a response haha. So yeah, table layouts are still being taught in school, even though they are archaic. They are also much more difficult to code and handle I think, so much harder for people to learn.
|