Layout mode
Layout mode
A CSS layout mode, sometimes abbreviated as layout, is an algorithm determining the position and the size of boxes based on the way they interact with their sibling and ancestor boxes. There are several of them:
- The block layout, designed for laying out documents. The block layout contains document-centric features, like the ability to float elements or to lay them out over multiple columns.
- The inline layout, designed for laying out text.
- The table layout, designed for laying out tables.
- The positioned layout, designed for positioning elements without much interaction with other elements.
- The 登录查看完整内容