Home  >  Article  >  Web Front-end  >  CSS基础学习十四:盒子模型补充之display属性设置_html/css_WEB-ITnose

CSS基础学习十四:盒子模型补充之display属性设置_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:33:101321browse

            我在 CSS基础学习十三:盒子模型的i博文只是阐释了CSS盒子模型,并没有过多的使用实例来演示。这篇博文

就来做一些盒子模型知识的补充。这一部分对于网页总体布局还是蛮重要的,过去大多数使用HTML中的table元素和

框架标签来进行网页的整体布局,现在我们使用最多的是DIV+CSS网页布局。所以一定要掌握好盒子模型,记住

content,border,padding和margin各自在盒子中的作用和使用方式。

       先来看一个完整元素的盒子模型实例:

<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>CSS</title>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn