How to select all the HTML element tags on a page and apply CSS styles to it?
Originally Published Here ๐!
To select all the HTML element tags in a page, we can use the * (asterisk) character, or called the wildcard character in CSS, and add the styles needed in that CSS block.
For example, let's consider we have some html el...
melvingeorge-me.hashnode.dev2 min read