CSS(三)HTML标签属性设置
HTML标签常用的属性
color、font-size、font-weight(粗细)、font-style(正体斜体)、font-family(字体)
背景属性
background-color、background-image、background-position(背景图起始位置)、background-repeat(背景图平铺方式,水平垂直方向是否重复)、background-size
文本属性
text-align(水平对齐方式)、text-decoration(文本修饰,如下划线)、text-transform(文本大小写)、text-indent(首行缩进)
表格属性
border(边框)、border-collapse(折叠边框)、width、height、text-align、vertical-align(单元格文本垂直对齐方式)、padding(单元格内边距)、表格背景色、文本颜色等
display
display
属性设置:
-
block,声明这是一个块元素,可以将内联元素变为块元素
-
inline,声明是一个内联元素
-
flex,声明是一个弹性容器
-