Sometimes, we need to apply
some common styles to all elements
on a web page. For this, we can use
the universal selector *
.
This applies the specified
styles to all the elements:
In the above example, the universal
selector applies the
font colour to each element.