1):link/:visited/:hover/:active (爱恨原则 love/hate)2):first-child/:last-child/:only-child/:nth-child(n) n从1开始3)E :nth-last-child(n) 匹配父元素的倒数第n个子元素E,假设该子元素不是E,则选择符无效.4):first-of-type 以父元素为参照,选择器匹配属于其父元素的特定类型的首个子元素的所有元素. 5)标签 : only-of-type , 以父元素为参照,匹配只含…