Gavinzhong

并集选择器

p,h1{}

交集选择器

p.first{}

后代选择器;嵌套标签

h1 span{}

子元素选择器

h1>span{}

属性选择器

input[type="password"]{}

分类:

技术点:

相关文章: