1、html选择器 p {text-indent:3em} h1 {color:red} 2、类选择器 p.dark-row p.light-row 3.id选择器 <p id="main">文本缩进3em</p> 4.关联选择器 table a {color:red} 5组合选择器 h1 h2 h3 h4 h5 h6 7css常见的样式属性和值