Pattern:
*
Definition:
The * selector matches the name of any element type.
It is inferred if a rule does not have an explicit selector.
Examples:
* { background-color: yellow; }
div * p { color: blue; }
Pattern:
*
Definition:
The * selector matches the name of any element type.
It is inferred if a rule does not have an explicit selector.
Examples:
* { background-color: yellow; }
div * p { color: blue; }
Designed by : w10schools
service@w10schools.com
Our Partners: aeeble – Providing content publishing and search solutions
Please login to continue.