Definition:
In CSS 2 the universal selector is a selector that selects any element in your document.
Pronunciation: yuu nI ver sal suh lehk tur
Examples:
* { ... }
The "*" is the universal selector, indicating all tags in the document.
By Jennifer Kyrnin, About.com Guide
In CSS 2 the universal selector is a selector that selects any element in your document.
* { ... }
The "*" is the universal selector, indicating all tags in the document.
©2012 About.com. All rights reserved.
A part of The New York Times Company.