Three ways of including CSS to your HTML
There are three ways of including a CSS file :
External CSS
Internal CSS
Inline CSS
External CSS : The CSS code is written in an entire new file with .css extension and is linked to the HTML file using the "link" tag in the "head" section.
Internal...
sreesen.hashnode.dev1 min read