html怎么创建盒子,html布局(盒子)

在body里面放置两个盒子,里面盒子设置margin-top,外层盒子生效?

在里面盒子上面加一个块元素,设置高度

表单

form action="地址" method="get/post"

input type:text password

button checkbox radio reset submit file

textarea 文本域

上传的键name规定,必须写

上传的值value规定,可写可不写

placeholder,提示信息

元素

内敛元素:input、select、option、textarea、td

块元素:form、table、tr


换行


水平线

table:rowspan

colspan

cellpadding

cellspacing

border-colpase:colpase

定位

position:absolute;绝对定位 相对父元素来定位(页面定位),给父元素加相对 定位position:relative; 不占位

position:relative;相对定位,相对于原来位置定位 占位

position:fixed;固定定位,相对于浏览器窗口定位 不占位

z-index 调整定位顺序

内敛元素可以设置宽高?

display:block/inline-block;

浮动

定位

盒子居中?

你可能感兴趣的:(html怎么创建盒子)