[attribute$=”value”] 选择器用于选择那些属性值以指定值“value”结尾的元素。该值不需要作为单独的词出现。它可能是另一个词或表达的一部分,但它需要出现在末尾。
句法:
[attribute$="value"] {
// CSS property
}
示例 1:
GeeksforGeeks
The first div element.
The second div element.
The third div element.
This is some text in a paragraph.
输出:
示例 2:
CSS [attribute$=value] Selector
[attribute$=value] Selector
输出:
支持的浏览器: [attribute$=value] 选择器支持的浏览器如下:
- 谷歌浏览器 4.0
- 浏览器 7.0
- 火狐 3.5
- Safari 3.2
- 歌剧 9.6