How to style HTML elements tags using class names in CSS?
Originally Published Here ๐!
To style an HTML element tag using class names, you can use the class attribute on the HTML element tag and then assign the name of the class to it.
For example, consider 2 p (paragragh) tags with classname of color-red ...
melvingeorge-me.hashnode.dev2 min read