How to apply a CSS style to more than 1 HTML element tag?
Originally Published Here ๐!
To apply the same CSS styles to more than 1 HTML elements tags, you can separate various HTML element tags selectors by using the , (comma character) in CSS.
For example, let's consider 2 p (paragraph) HTML element tags ...
melvingeorge-me.hashnode.dev1 min read