【CSS】盒模型

是什么 盒模型又称框模型(Box Model),包含了元素内容(content)、内边距(padding)、边框(border)、外边距(margin)几个要素 目的 方便计算宽度 更好布局 组合 W3C标准模型 是什么 默认都是W3C标准模型 width = content.width height = content.height 、 分类边界 <!DOCTYPE html> 组合 通过CSS
相关文章
相关标签/搜索