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.

