根据属性名和属性值选择元素

    1. 属性选择器
    2. css文件中
    3. [写属性值如id]{}
    4. css
    5. div{
    6. background-color: green!important;
    7. }