Davey Shafik has a new post over on his weblog today that looks at more of a web development issue than a PHP issue, but is important none the less - "when to use div and when not to".
"Should I use
The answer is, neither.
He goes on to say that you shouldn't ever use a div when another tag will do. As an example, he gives CSS and a h1 and div tags to do the exact same thing....
A common question in #web on Freenode IRC, goes something like this:
's or tables for my layout?"
Link:




