My Blog
—
by
A universal selector is a selector that matches any element type’s name instead of selecting elements of a particular type.
Example:
<style>
* {
color: blue;
font-size: 10px;
}
</style>
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply