CSS 中的 [attribute=value] 选择器用于选择那些属性值等于“value”的元素。
句法:
element [attribute = "value"] {
// CSS Property
}
注意: 必须为 IE8 及更早版本声明。
示例 1:
GeeksforGeeks
- Data Structure
- Algorithm
- DBMS
- C++ programming
输出:
示例 2:
CSS [attribute=value] Selector
[attribute=value] Selector
Paragraph 1
Paragraph 2
Paragraph 2
输出: