- Description
Matches attributes of html elements.
Common attributes include: title, alt, action, type, width.
E[attr] matches any element E with an attribute attr- Example
H1[title] {color:red;} /* h1 with a title*/
- Introduced in CSS version
- 2.1
- Inherited
- N/A
- Browser Support
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 7 1 1 6 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties