列表属性
去掉列表前面的项目符号:
1.list-style-type:none
2简写:list-style:none
用小图代替列表前面的符号:
list-style-image:url(path)
表格属性
合并表格的边框线
border-collapse:collapse
边框线(所有标签都可以加边框线)
上边框线
border-top-color:颜色值
border-top-style:线型:solid-实线dashed-虚线dotted-点状线
border-top-width:粗细
简写:border-top:粗细 线型 颜色
右边框线
border-right-color:颜色值
border-right-style:线型:solid-实线dashed-虚线dotted-点状线
border-right-width:粗细
简写:border-right:粗细 线型 颜色
下边框线
border-bottom-color:颜色值
border-bottom-style:线型:solid-实线dashed-虚线dotted-点状线
border-bottom-width:粗细
简写:border-bottom:粗细 线型 颜色
左边框线
border-left-color:颜色值
border-left-style:线型:solid-实线dashed-虚线dotted-点状线
border-left-width:粗细
简写:border-left:粗细 线型 颜色
上右下左边框线样式一样可以直接简写
简写:border:粗细 线型 颜色