通配选择符 *.ic35w { text-decoration:none; }
类型选择符 td { font-size:14px; width:120px; }
ID选择符 #ic35w { font-size:14px; width:120px;}
属性选择符 span[class=ic35w] { color: red; }
包含选择符 table td { font-size:14px; }
子对象选择符 div ul>li p { font-size:14px; }
伪类及伪对象选择符 div:first-letter { font-size:14px; }
1标签式:例如:body 直接用2类类型:例如:.font_blue 以点开头3Id式: 例如:#main 以#号开头