Blogger Information
Blog 22
fans 0
comment 0
visits 11786
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2019.12.20第三节课 html表单
Original
570 people have browsed it

1、html表单
2、css(层叠样式表)基础 重点:布局 float+position 用处:控制页面元素样式(style)、布局(layout)
3、页面中的元素类型:块元素、行内元素:文本、行内块元素
4、display显示元素:block:独占一行垂直排列,可以设置长宽;inline:共享一行水平排列,不能设置长宽;inline-block:不能设置长宽,可以设置长宽
5、块元素:布局元素:header,footer,main,section,其他:div、table,ul,form,p,h2
6、行内元素:a,span,em,strong,i,b,input,label
7、行内块元素:img,imframe,audio,video
8、可替换和不可替换
9、盒模型要素:width,height,padding,border,margin,大小计算就是把这几个相加
10、padding影响盒子大小,把盒子撑大,box-sizing:border-box可重置盒子大小
11、margin影响盒子位置,只能左右
12、定位position:静态定位position:static;相对定位position:relative;绝对定位position:absolute
13、选择器:id>class>tag*

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post