HTML and CSS Reference
In-Depth Information
Name
Ending Substring Attribute Value Selector
Pattern:
element1[attr$="substring"]
Description:
This allows authors to select any element based on a substring at the very end of an attribute's
value.
Example:
a[href$=".pdf"] {font-style: italic;}
Search WWH ::




Custom Search