sometimes, I found too mary people like to insert tag in tag, sometimes, they place two tags. I want to know, why do this?
+1
A:
CSS is supposed to allow separation between content and style. Unluckily, when you need a complex design you often need to alter your HTML markup so you can apply the necessary CSS rules.
Álvaro G. Vicario
2010-08-25 07:39:10
A:
I've seen this with <div>
. That's done for styling (double borders), but it's also done to handle IE bugs (box-border model bug).
Lekensteyn
2010-08-25 07:40:50