HTML and CSS Reference
In-Depth Information
Name
Universal Selector
Pattern:
*
Description:
This selector matches any element name in the document's language. If a rule does not have
an explicit selector, the universal selector is inferred.
Examples:
* {color: red;}
div * p {color: blue;}
Search WWH ::




Custom Search