1. CSS stands for Cascading Style Sheet
2. It was created in order for HTML pages to be more attractive and understanding.
3. There are 3 styles of CSS. They are Inline CSS, Internal CSS, and External CSS.
4. For Inline CSS every style content is in HTML elements. It is used for a limited section. Whenever our requirements are very small we can use inline CSS. no it is not the prefered method of inserting styles since it is very time consuming and will make code longer than it needs to be