标签:
img[alt]{
border:2px dashed #000;
}
img[alt="atwi_oscar"]{
border:2px dashed #000;
}
img[alt^="filem"]{
border:2px dashed #000;
}
img[alt*="filem"]{
border:2px dashed #000;
}
Element[attribute$="value"],实例代码如下:
img[alt$="filem"]{
border:2px dashed #000;
}
nav ul li:not(.internal) a{
color:#000;
}
多提一点关于伪元素的:
作者:风雨后见彩虹
出处:http://www.cnblogs.com/moqiutao/
如果您觉得本文对您的学习有所帮助,请多支持与鼓励。
标签:
原文地址:http://www.cnblogs.com/moqiutao/p/4783494.html