htmllayout

Why is the Bootstrap grid layout preferable to an HTML table?

我只是一个虾纸丫 提交于 2019-12-03 02:55:12
问题 [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

Why is the Bootstrap grid layout preferable to an HTML table?

混江龙づ霸主 提交于 2019-12-02 16:29:27
[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 because it mixes presentation with content. One of the benefits provided by CSS libraries like Bootstrap