对带有指定属性的HTML元素设置样式权重为10
可以为拥有指定属性的HTML元素设置样式,而不仅限于class和id属性
属性选择器为所有带有title属性的元素设置样式;[title]{color:red}
属性和值选择器[title=dhnblog]{border:5px solid #ccc;}
设置表单的样式input[type="text"]{width:150px;display:block;background-color:yellow;}
转载请注明:大灰牛博客 » css选择器之属性选择器