css常用的几种选择器

css常用的几种选择器

文章目录

    • css常用的几种选择器
    • 一、基础选择器
      • 1. 元素选择器
      • 2. id选择器
      • 3. class选择器
      • 4. 优先级别:
    • 二、属性选择器
    • 三、伪类选择器
    • 四、层级选择器

一、基础选择器

1. 元素选择器




元素选择器
    


    hello
world

2. id选择器




id选择器





    
hello world1
hello world1
hello world2

3. class选择器




id选择器





    
hello world1
hello world1
hello world2

4. 优先级别:

id > class > 元素

二、属性选择器




属性选择器



    
name:
pass:

三、伪类选择器




伪类选择器
    


    点击



四、层级选择器




层级选择器
    


    
span1-1
span1-2
span2-1
span2-2

时间:2018年10月30日21:20:39


-END-

你可能感兴趣的:(c's's,css选择器)