# 标签选择器 h1{ font-size:22px; color: red; } # id选择器 #em{ font-size: 16px; } # 类选择器 .grenn{ color:green; } # 样式优先级:id“#”》类“.”》标签