Attribute Selectors
This section contains reference topics for all supported Cascading Style Sheets (CSS) attribute selectors.
In this section
| Topic | Description |
|---|---|
|
Exactly matches the specified attribute value. | |
|
Matches the attribute, whatever its value. | |
|
Matches any attribute value that is exactly equal, or optionally, followed by a hyphen. | |
|
Matches the specified prefix of an attribute value. | |
|
Matches the specified substring of an attribute value. | |
|
Matches the specified suffix of an attribute value. | |
|
Exactly matches the specified attribute value in a space-delimited list of values. |
Show: