Why is the Bootstrap grid layout preferable to an HTML table?
问题 [Note: for those who may be confusing this question with "why not use tables for HTML layout", I am not asking that question. The question I'm asking is why is a grid layout fundamentally different from a table layout.] I'm researching CSS libraries (in particular Bootstrap) for a project. I am a programmer rather than a web designer and I feel I could benefit from a library that encapsulates good design. We all know that it's bad practice to use HTML tables to accomplish basic site layout