<p>这里是一段描述性的文案,里面有许多 a 标签,链接了许多不同的网页。<a href="https://developer.mozilla.org/zh-CN/docs/Web/CSS/Attribute_selectors">MDN-属性选择器</a>,又或者其他的<a href="https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Introduction_to_CSS/Attribute_selectors">网页链接</a>。
</p>
p {
width: 30vw;
margin: 50px auto;
font: 16px/2 sans-serif;
}
[href] {
color: blue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.