[css学习笔记] 可视化格式模型和vertical-align
可视化格式模型visual formatting model在可视化格式模式中,文档树中的每个元素都会根据盒子模型(box model)生成零到多个框,这些盒子的布局由以下几点决定
box dimensions and type. //盒子的类型
positioning scheme (normal flow, float, and absolute positioning). //定位
relationships between elements in the document tree. //元素与文档树的关系
external information (e.g., viewport
...