HTML and CSS Reference
In-Depth Information
Name
Exact Attribute Value Selector
Pattern:
element1[attr="value"]
Description:
This allows authors to select any element based on the precise and complete value of an at-
tribute.
Examples:
a[rel="Start"] {font-weight: bold;}
p[class="urgent"] {color: red;}
Search WWH ::




Custom Search