What is CSS? Today we know about CSS Introduction. CSS means Cascading Style Sheets. This is not a programming language. We are making our HTML structure but that is looking is not so good. We are using CSS for making the HTML better structure better look. Specially use CSS for the Design. CSS is the style sheet. We write this sheet on our HTML page and tags.
How many types to Write CSS
You should 3 ways to write CSS in your HTML editors. Today we learn about the 3 methods to write CSS. Firstly, we write CSS inline in our HTML. Inline CSS is the most priority all the time. We also use CSS Internally and Externally. Internally CSS is the second priority base CSS. Thirdly, we use Externally CSS.
* Inline
* Internally
* Externally
How to write CSS Code
But, most of the coders are using the first external CSS for easy findings. If you use inline CSS then it's not declared globally. Declared globally means if you have 20 button color changes at a time with a single change then you must declare your CSS as globally. Externally CSS has these benefits.