CSS : What is CSS, Types of CSS, How we apply CSS in a website, Inline CSS, Internal CSS, External CSS, with pdf notes on CSS

Cascading Style Sheet (CSS) CSS stands for cascading style sheet. It helps us to make webpage beautiful. In normal words we can say CSS is a beauty parlor of any simple HTML page. Let's see with an example: These are two welcome notes for my website. First one have only HTML but in second we applied CSS to beautify it. You can easily notice a border and background colors in the second one. I hope its clear to you that CSS is came into picture just to beautify a simple webpage. Types of CSS: On the basis of how they are applied to a website we have three types of CSS: Inline CSS Internal CSS External CSS How we apply CSS in a website: Let's see a brief view on all three types of CSS in short and if you wanna understand them clearly kindly visit them by clicking on link above Inline CSS : ...